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
Actor stats
0
Bookmarked
2
Total users
2
Monthly active users
2 months ago
Last modified
Categories
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.)
- HEX (
- 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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
color | string | โ Yes | โ | Input color in HEX, RGB, HSL, or named format. |
generatePalette | boolean | โ No | true | Enable to generate harmonious color palettes. |
paletteType | string | โ No | all | Type of color harmony for the palette. Options: all, complementary, analogous, triadic, split_complementary, monochromatic. |
numberOfColors | integer | โ No | 5 | Number of colors in the generated palette (2โ12). |
outputFormat | string | โ No | HEX | Format of the converted color(s): HEX, RGB, or HSL. |
โ๏ธ How It Works
-
Color Conversion
Converts the input color to the specified output format (HEX, RGB, or HSL). -
Palette Generation (if enabled)
- Generates colors based on color theory harmonies.
- Uses the selected
paletteTypeto 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. numberOfColorsis limited to 2โ12 for practical palettes.paletteType"all"generates all available harmonies.
๐ License
MIT License
