Shades of Han Purple #420EDF
Tints of Han Purple #420EDF
RGB
CMYK
RGB Variations
Color information
#420EDF (or 0x420EDF) is known color: Han Purple. HEX triplet: 42, 0E and DF. RGB value is (66,14,223). Sum of RGB (Red+Green+Blue) = 66+14+223=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #420EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420EDF is #BDF120. Grayscale: #343434. Windows color (decimal): -12448033 or 14618178. OLE color: 14618178.
HSL color Cylindrical-coordinate representation of color #420EDF: hue angle of 254.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420EDF is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 14 | 223 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.13 |
| HSL | 254.93º | 0.88% | 0.46% | - |
| HSV(B) | 254.93º | 0.94% | 0.87% | - |
| XYZ | 15.72 | 6.8 | 70.3 | - |
| YUV | 53.37 | 223.73 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 223 | 0.70 | 0.94 | 0 | 0.13 | 254.93 | 0.88 | 0.46 |
| Hex | 42 | E | DF | 46 | 5E | 0 | D | FF | 58 | 2E |
| Octal | 102 | 16 | 337 | 106 | 136 | 0 | 15 | 377 | 130 | 56 |
| Binary | 1000010 | 1110 | 11011111 | 1000110 | 1011110 | 0 | 1101 | 11111111 | 1011000 | 101110 |
Color Harmonies of #420EDF
Complementary color
Monochromatic Colors of #420EDF
Black with #420EDF
Text Example
Text Example
White with #420EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420EDF; }
p { color: rgb(66,14,223); }
H1.HeaderClassName
{
color: #420EDF;
}
.AnyTagClassName
{
color: #420EDF;
}
</style>
background-color css
<style>
a { background-color: #420EDF; }
a { background-color: rgb(66,14,223); }
div.DivClassName
{
background-color: #420EDF;
}
.BgClassName
{
background-color: #420EDF;
}
</style>
border-color css
<style>
span { border-color: #420EDF; }
span { border-color: rgb(66,14,223); }
td.TdClassName
{
border-color: #420EDF;
}
.TagClassName
{
border-color: #420EDF;
}
</style>