Shades of Han Purple #432ADE
Tints of Han Purple #432ADE
RGB
CMYK
RGB Variations
Color information
#432ADE (or 0x432ADE) is known color: Han Purple. HEX triplet: 43, 2A and DE. RGB value is (67,42,222). Sum of RGB (Red+Green+Blue) = 67+42+222=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #432ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432ADE is #BCD521. Grayscale: #454545. Windows color (decimal): -12375330 or 14559811. OLE color: 14559811.
HSL color Cylindrical-coordinate representation of color #432ADE: hue angle of 248.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #432ADE is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 42 | 222 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.13 |
| HSL | 248.33º | 0.73% | 0.52% | - |
| HSV(B) | 248.33º | 0.81% | 0.87% | - |
| XYZ | 16.33 | 8.12 | 69.81 | - |
| YUV | 70 | 213.78 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 222 | 0.70 | 0.81 | 0 | 0.13 | 248.33 | 0.73 | 0.52 |
| Hex | 43 | 2A | DE | 46 | 51 | 0 | D | F8 | 49 | 34 |
| Octal | 103 | 52 | 336 | 106 | 121 | 0 | 15 | 370 | 111 | 64 |
| Binary | 1000011 | 101010 | 11011110 | 1000110 | 1010001 | 0 | 1101 | 11111000 | 1001001 | 110100 |
Color Harmonies of #432ADE
Complementary color
Monochromatic Colors of #432ADE
Black with #432ADE
Text Example
Text Example
White with #432ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432ADE; }
p { color: rgb(67,42,222); }
H1.HeaderClassName
{
color: #432ADE;
}
.AnyTagClassName
{
color: #432ADE;
}
</style>
background-color css
<style>
a { background-color: #432ADE; }
a { background-color: rgb(67,42,222); }
div.DivClassName
{
background-color: #432ADE;
}
.BgClassName
{
background-color: #432ADE;
}
</style>
border-color css
<style>
span { border-color: #432ADE; }
span { border-color: rgb(67,42,222); }
td.TdClassName
{
border-color: #432ADE;
}
.TagClassName
{
border-color: #432ADE;
}
</style>