Shades of Han Purple #420EFF
Tints of Han Purple #420EFF
RGB
CMYK
RGB Variations
Color information
#420EFF (or 0x420EFF) is known color: Han Purple. HEX triplet: 42, 0E and FF. RGB value is (66,14,255). Sum of RGB (Red+Green+Blue) = 66+14+255=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #420EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420EFF is #BDF100. Grayscale: #383838. Windows color (decimal): -12448001 or 16715330. OLE color: 16715330.
HSL color Cylindrical-coordinate representation of color #420EFF: hue angle of 252.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420EFF is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 14 | 255 | - |
| CMYK | 0.74 | 0.95 | 0 | 0 |
| HSL | 252.95º | 1% | 0.53% | - |
| HSV(B) | 252.95º | 0.95% | 1% | - |
| XYZ | 20.45 | 8.69 | 95.21 | - |
| YUV | 57.02 | 239.73 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 255 | 0.74 | 0.95 | 0 | 0 | 252.95 | 1 | 0.53 |
| Hex | 42 | E | FF | 4A | 5F | 0 | 0 | FD | 64 | 35 |
| Octal | 102 | 16 | 377 | 112 | 137 | 0 | 0 | 375 | 144 | 65 |
| Binary | 1000010 | 1110 | 11111111 | 1001010 | 1011111 | 0 | 0 | 11111101 | 1100100 | 110101 |
Color Harmonies of #420EFF
Complementary color
Monochromatic Colors of #420EFF
Black with #420EFF
Text Example
Text Example
White with #420EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420EFF; }
p { color: rgb(66,14,255); }
H1.HeaderClassName
{
color: #420EFF;
}
.AnyTagClassName
{
color: #420EFF;
}
</style>
background-color css
<style>
a { background-color: #420EFF; }
a { background-color: rgb(66,14,255); }
div.DivClassName
{
background-color: #420EFF;
}
.BgClassName
{
background-color: #420EFF;
}
</style>
border-color css
<style>
span { border-color: #420EFF; }
span { border-color: rgb(66,14,255); }
td.TdClassName
{
border-color: #420EFF;
}
.TagClassName
{
border-color: #420EFF;
}
</style>