Shades of Han Purple #420CEF
Tints of Han Purple #420CEF
RGB
CMYK
RGB Variations
Color information
#420CEF (or 0x420CEF) is known color: Han Purple. HEX triplet: 42, 0C and EF. RGB value is (66,12,239). Sum of RGB (Red+Green+Blue) = 66+12+239=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #420CEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420CEF is #BDF310. Grayscale: #353535. Windows color (decimal): -12448529 or 15666242. OLE color: 15666242.
HSL color Cylindrical-coordinate representation of color #420CEF: hue angle of 254.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420CEF is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 12 | 239 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.06 |
| HSL | 254.27º | 0.9% | 0.49% | - |
| HSV(B) | 254.27º | 0.95% | 0.94% | - |
| XYZ | 17.96 | 7.65 | 82.19 | - |
| YUV | 54.02 | 232.39 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 239 | 0.72 | 0.95 | 0 | 0.06 | 254.27 | 0.9 | 0.49 |
| Hex | 42 | C | EF | 48 | 5F | 0 | 6 | FE | 5A | 31 |
| Octal | 102 | 14 | 357 | 110 | 137 | 0 | 6 | 376 | 132 | 61 |
| Binary | 1000010 | 1100 | 11101111 | 1001000 | 1011111 | 0 | 110 | 11111110 | 1011010 | 110001 |
Color Harmonies of #420CEF
Complementary color
Monochromatic Colors of #420CEF
Black with #420CEF
Text Example
Text Example
White with #420CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420CEF; }
p { color: rgb(66,12,239); }
H1.HeaderClassName
{
color: #420CEF;
}
.AnyTagClassName
{
color: #420CEF;
}
</style>
background-color css
<style>
a { background-color: #420CEF; }
a { background-color: rgb(66,12,239); }
div.DivClassName
{
background-color: #420CEF;
}
.BgClassName
{
background-color: #420CEF;
}
</style>
border-color css
<style>
span { border-color: #420CEF; }
span { border-color: rgb(66,12,239); }
td.TdClassName
{
border-color: #420CEF;
}
.TagClassName
{
border-color: #420CEF;
}
</style>