Shades of Han Purple #420CEE
Tints of Han Purple #420CEE
RGB
CMYK
RGB Variations
Color information
#420CEE (or 0x420CEE) is known color: Han Purple. HEX triplet: 42, 0C and EE. RGB value is (66,12,238). Sum of RGB (Red+Green+Blue) = 66+12+238=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #420CEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420CEE is #BDF311. Grayscale: #353535. Windows color (decimal): -12448530 or 15600706. OLE color: 15600706.
HSL color Cylindrical-coordinate representation of color #420CEE: hue angle of 254.34º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420CEE is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 12 | 238 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.07 |
| HSL | 254.34º | 0.9% | 0.49% | - |
| HSV(B) | 254.34º | 0.95% | 0.93% | - |
| XYZ | 17.81 | 7.59 | 81.42 | - |
| YUV | 53.91 | 231.89 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 238 | 0.72 | 0.95 | 0 | 0.07 | 254.34 | 0.9 | 0.49 |
| Hex | 42 | C | EE | 48 | 5F | 0 | 7 | FE | 5A | 31 |
| Octal | 102 | 14 | 356 | 110 | 137 | 0 | 7 | 376 | 132 | 61 |
| Binary | 1000010 | 1100 | 11101110 | 1001000 | 1011111 | 0 | 111 | 11111110 | 1011010 | 110001 |
Color Harmonies of #420CEE
Complementary color
Monochromatic Colors of #420CEE
Black with #420CEE
Text Example
Text Example
White with #420CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420CEE; }
p { color: rgb(66,12,238); }
H1.HeaderClassName
{
color: #420CEE;
}
.AnyTagClassName
{
color: #420CEE;
}
</style>
background-color css
<style>
a { background-color: #420CEE; }
a { background-color: rgb(66,12,238); }
div.DivClassName
{
background-color: #420CEE;
}
.BgClassName
{
background-color: #420CEE;
}
</style>
border-color css
<style>
span { border-color: #420CEE; }
span { border-color: rgb(66,12,238); }
td.TdClassName
{
border-color: #420CEE;
}
.TagClassName
{
border-color: #420CEE;
}
</style>