Shades of Han Purple #430EE6
Tints of Han Purple #430EE6
RGB
CMYK
RGB Variations
Color information
#430EE6 (or 0x430EE6) is known color: Han Purple. HEX triplet: 43, 0E and E6. RGB value is (67,14,230). Sum of RGB (Red+Green+Blue) = 67+14+230=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 230 (90.23% from 255 or 73.95% from 311); Max value from RGB is 230 - color contains mainly: blue. Hex color #430EE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430EE6 is #BCF119. Grayscale: #353535. Windows color (decimal): -12382490 or 15076931. OLE color: 15076931.
HSL color Cylindrical-coordinate representation of color #430EE6: hue angle of 254.72º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430EE6 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 14 | 230 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.10 |
| HSL | 254.72º | 0.89% | 0.48% | - |
| HSV(B) | 254.72º | 0.94% | 0.9% | - |
| XYZ | 16.75 | 7.22 | 75.37 | - |
| YUV | 54.47 | 227.06 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 230 | 0.71 | 0.94 | 0 | 0.10 | 254.72 | 0.89 | 0.48 |
| Hex | 43 | E | E6 | 47 | 5E | 0 | A | FF | 59 | 30 |
| Octal | 103 | 16 | 346 | 107 | 136 | 0 | 12 | 377 | 131 | 60 |
| Binary | 1000011 | 1110 | 11100110 | 1000111 | 1011110 | 0 | 1010 | 11111111 | 1011001 | 110000 |
Color Harmonies of #430EE6
Complementary color
Monochromatic Colors of #430EE6
Black with #430EE6
Text Example
Text Example
White with #430EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430EE6; }
p { color: rgb(67,14,230); }
H1.HeaderClassName
{
color: #430EE6;
}
.AnyTagClassName
{
color: #430EE6;
}
</style>
background-color css
<style>
a { background-color: #430EE6; }
a { background-color: rgb(67,14,230); }
div.DivClassName
{
background-color: #430EE6;
}
.BgClassName
{
background-color: #430EE6;
}
</style>
border-color css
<style>
span { border-color: #430EE6; }
span { border-color: rgb(67,14,230); }
td.TdClassName
{
border-color: #430EE6;
}
.TagClassName
{
border-color: #430EE6;
}
</style>