Shades of Han Purple #430CE6
Tints of Han Purple #430CE6
RGB
CMYK
RGB Variations
Color information
#430CE6 (or 0x430CE6) is known color: Han Purple. HEX triplet: 43, 0C and E6. RGB value is (67,12,230). Sum of RGB (Red+Green+Blue) = 67+12+230=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 230 (90.23% from 255 or 74.43% from 309); Max value from RGB is 230 - color contains mainly: blue. Hex color #430CE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430CE6 is #BCF319. Grayscale: #343434. Windows color (decimal): -12383002 or 15076419. OLE color: 15076419.
HSL color Cylindrical-coordinate representation of color #430CE6: hue angle of 255.14º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430CE6 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 12 | 230 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.10 |
| HSL | 255.14º | 0.9% | 0.47% | - |
| HSV(B) | 255.14º | 0.95% | 0.9% | - |
| XYZ | 16.73 | 7.17 | 75.37 | - |
| YUV | 53.3 | 227.72 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 230 | 0.71 | 0.95 | 0 | 0.10 | 255.14 | 0.9 | 0.47 |
| Hex | 43 | C | E6 | 47 | 5F | 0 | A | FF | 5A | 2F |
| Octal | 103 | 14 | 346 | 107 | 137 | 0 | 12 | 377 | 132 | 57 |
| Binary | 1000011 | 1100 | 11100110 | 1000111 | 1011111 | 0 | 1010 | 11111111 | 1011010 | 101111 |
Color Harmonies of #430CE6
Complementary color
Monochromatic Colors of #430CE6
Black with #430CE6
Text Example
Text Example
White with #430CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430CE6; }
p { color: rgb(67,12,230); }
H1.HeaderClassName
{
color: #430CE6;
}
.AnyTagClassName
{
color: #430CE6;
}
</style>
background-color css
<style>
a { background-color: #430CE6; }
a { background-color: rgb(67,12,230); }
div.DivClassName
{
background-color: #430CE6;
}
.BgClassName
{
background-color: #430CE6;
}
</style>
border-color css
<style>
span { border-color: #430CE6; }
span { border-color: rgb(67,12,230); }
td.TdClassName
{
border-color: #430CE6;
}
.TagClassName
{
border-color: #430CE6;
}
</style>