Shades of Han Purple #420CE0
Tints of Han Purple #420CE0
RGB
CMYK
RGB Variations
Color information
#420CE0 (or 0x420CE0) is known color: Han Purple. HEX triplet: 42, 0C and E0. RGB value is (66,12,224). Sum of RGB (Red+Green+Blue) = 66+12+224=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 224 (87.89% from 255 or 74.17% from 302); Max value from RGB is 224 - color contains mainly: blue. Hex color #420CE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CE0 is #BDF31F. Grayscale: #333333. Windows color (decimal): -12448544 or 14683202. OLE color: 14683202.
HSL color Cylindrical-coordinate representation of color #420CE0: hue angle of 255.28º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420CE0 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 12 | 224 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.12 |
| HSL | 255.28º | 0.9% | 0.46% | - |
| HSV(B) | 255.28º | 0.95% | 0.88% | - |
| XYZ | 15.83 | 6.8 | 71 | - |
| YUV | 52.31 | 224.89 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 224 | 0.71 | 0.95 | 0 | 0.12 | 255.28 | 0.9 | 0.46 |
| Hex | 42 | C | E0 | 47 | 5F | 0 | C | FF | 5A | 2E |
| Octal | 102 | 14 | 340 | 107 | 137 | 0 | 14 | 377 | 132 | 56 |
| Binary | 1000010 | 1100 | 11100000 | 1000111 | 1011111 | 0 | 1100 | 11111111 | 1011010 | 101110 |
Color Harmonies of #420CE0
Complementary color
Monochromatic Colors of #420CE0
Black with #420CE0
Text Example
Text Example
White with #420CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420CE0; }
p { color: rgb(66,12,224); }
H1.HeaderClassName
{
color: #420CE0;
}
.AnyTagClassName
{
color: #420CE0;
}
</style>
background-color css
<style>
a { background-color: #420CE0; }
a { background-color: rgb(66,12,224); }
div.DivClassName
{
background-color: #420CE0;
}
.BgClassName
{
background-color: #420CE0;
}
</style>
border-color css
<style>
span { border-color: #420CE0; }
span { border-color: rgb(66,12,224); }
td.TdClassName
{
border-color: #420CE0;
}
.TagClassName
{
border-color: #420CE0;
}
</style>