Shades of Han Purple #420EDB
Tints of Han Purple #420EDB
RGB
CMYK
RGB Variations
Color information
#420EDB (or 0x420EDB) is known color: Han Purple. HEX triplet: 42, 0E and DB. RGB value is (66,14,219). Sum of RGB (Red+Green+Blue) = 66+14+219=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #420EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420EDB is #BDF124. Grayscale: #343434. Windows color (decimal): -12448037 or 14356034. OLE color: 14356034.
HSL color Cylindrical-coordinate representation of color #420EDB: hue angle of 255.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420EDB is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 14 | 219 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.14 |
| HSL | 255.22º | 0.88% | 0.46% | - |
| HSV(B) | 255.22º | 0.94% | 0.86% | - |
| XYZ | 15.19 | 6.59 | 67.49 | - |
| YUV | 52.92 | 221.73 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 219 | 0.70 | 0.94 | 0 | 0.14 | 255.22 | 0.88 | 0.46 |
| Hex | 42 | E | DB | 46 | 5E | 0 | E | FF | 58 | 2E |
| Octal | 102 | 16 | 333 | 106 | 136 | 0 | 16 | 377 | 130 | 56 |
| Binary | 1000010 | 1110 | 11011011 | 1000110 | 1011110 | 0 | 1110 | 11111111 | 1011000 | 101110 |
Color Harmonies of #420EDB
Complementary color
Monochromatic Colors of #420EDB
Black with #420EDB
Text Example
Text Example
White with #420EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420EDB; }
p { color: rgb(66,14,219); }
H1.HeaderClassName
{
color: #420EDB;
}
.AnyTagClassName
{
color: #420EDB;
}
</style>
background-color css
<style>
a { background-color: #420EDB; }
a { background-color: rgb(66,14,219); }
div.DivClassName
{
background-color: #420EDB;
}
.BgClassName
{
background-color: #420EDB;
}
</style>
border-color css
<style>
span { border-color: #420EDB; }
span { border-color: rgb(66,14,219); }
td.TdClassName
{
border-color: #420EDB;
}
.TagClassName
{
border-color: #420EDB;
}
</style>