VOOZH about

URL: https://apify.com/moving_beacon-owner1/color-converter-input

โ‡ฑ Color Converter Input ยท Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

Color Converter Input

A versatile tool for converting colours between HEX, RGB, and HSL formats while generating harmonious colour palettes.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

2 months ago

Last modified

Share

๐ŸŽจ Color Converter

A versatile tool to convert colors between HEX, RGB, and HSL formats and generate harmonious color palettes.


๐Ÿš€ Features

  • Convert any color input to HEX, RGB, or HSL
  • Accepts color formats:
    • HEX (#FF5733)
    • RGB (rgb(255,87,51))
    • HSL (hsl(11,100%,60%))
    • Named colors (red, blue, etc.)
  • Generate harmonious palettes based on color theory
  • Choose palette type: complementary, analogous, triadic, split-complementary, monochromatic, or all
  • Specify the number of colors in the palette
  • Works with custom output format: HEX, RGB, or HSL

๐Ÿ“ฅ Input Schema

FieldTypeRequiredDefaultDescription
colorstringโœ… Yesโ€”Input color in HEX, RGB, HSL, or named format.
generatePalettebooleanโŒ NotrueEnable to generate harmonious color palettes.
paletteTypestringโŒ NoallType of color harmony for the palette. Options: all, complementary, analogous, triadic, split_complementary, monochromatic.
numberOfColorsintegerโŒ No5Number of colors in the generated palette (2โ€“12).
outputFormatstringโŒ NoHEXFormat of the converted color(s): HEX, RGB, or HSL.

โš™๏ธ How It Works

  1. Color Conversion
    Converts the input color to the specified output format (HEX, RGB, or HSL).

  2. Palette Generation (if enabled)

    • Generates colors based on color theory harmonies.
    • Uses the selected paletteType to determine relationships between colors.
    • Produces the requested number of colors (numberOfColors).

๐Ÿงฎ Example

Input

{
"color":"#FF5733",
"generatePalette":true,
"paletteType":"analogous",
"numberOfColors":5,
"outputFormat":"HEX"
}

Output

{
"originalColor":"#FF5733",
"converted":{
"HEX":"#FF5733",
"RGB":"rgb(255,87,51)",
"HSL":"hsl(11,100%,60%)"
},
"palette":["#FF5733","#FF8C33","#FF3333","#FF33A8","#FFC233"]
}

๐Ÿ—๏ธ Use Cases

  • UI/UX design and prototyping
  • Web design color tools
  • Generating consistent brand color palettes
  • Automation pipelines for design systems

โšก Notes

  • Input color format is flexible; output respects outputFormat.
  • numberOfColors is limited to 2โ€“12 for practical palettes.
  • paletteType "all" generates all available harmonies.

๐Ÿ“„ License

MIT License

You might also like

Color Palette Extractor

web.harvester/color-palette-extractor

Extract dominant colors from images using K-means clustering. Get color palettes in HEX, RGB, and HSL formats with color names and percentages.

4

CSS Color Extractor

automation-lab/css-color-extractor

Extract every CSS color from a website โ€” hex, RGB, HSL, and named colors from inline styles and linked stylesheets. Returns a deduplicated palette with usage counts and CSS properties.

๐Ÿ‘ User avatar

Stas Persiianenko

21

Ai Color Palette Generator

calm_necessity/ai-color-palette-generator

Generate professional color palettes using AI from text descriptions. This Actor creates structured color suggestions with hex codes, names, categories, and similarity scores, making it ideal for branding, UI/UX design, web development, and automated design workflows.

๐Ÿ‘ User avatar

Taher Ali Badnawarwala

3

Color Converter All Values

bou-korinna/color-converter-all-values

Color Converter All Values

๐Ÿ‘ User avatar

Christopher Stevens

7

Site Color Palette Extractor

rainminer/site-palette-extractor

Extract the dominant color palette from any website or image URL. Analyzes og:image, favicon, and meta theme-color. Returns one row per swatch with hex, RGB, and population. Built for AI agents and design automation.

Unit Converter Input

moving_beacon-owner1/unit-converter-input

A versatile tool to **convert numeric values between different units**, with support for **single and batch conversions**. Works for length, weight, temperature, volume, and more.

2

Smart Data Converters

moving_beacon-owner1/my-actor-65

A versatile 5-in-1 data conversion actor that intelligently transforms data between formats. Every converter includes sensible defaults in the input schema so you can run it instantly without any configuration.

2

Document Converter

moving_beacon-owner1/my-actor-70

A tool that that converts documents between different formats. Upload files via URL and retrieve converted results from the key-value store.

3