Shades of Han Purple #420BDA
Tints of Han Purple #420BDA
RGB
CMYK
RGB Variations
Color information
#420BDA (or 0x420BDA) is known color: Han Purple. HEX triplet: 42, 0B and DA. RGB value is (66,11,218). Sum of RGB (Red+Green+Blue) = 66+11+218=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #420BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BDA is #BDF425. Grayscale: #323232. Windows color (decimal): -12448806 or 14289730. OLE color: 14289730.
HSL color Cylindrical-coordinate representation of color #420BDA: hue angle of 255.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420BDA is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 11 | 218 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.15 |
| HSL | 255.94º | 0.9% | 0.45% | - |
| HSV(B) | 255.94º | 0.95% | 0.85% | - |
| XYZ | 15.02 | 6.46 | 66.78 | - |
| YUV | 51.04 | 222.22 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 218 | 0.70 | 0.95 | 0 | 0.15 | 255.94 | 0.9 | 0.45 |
| Hex | 42 | B | DA | 46 | 5F | 0 | F | 100 | 5A | 2D |
| Octal | 102 | 13 | 332 | 106 | 137 | 0 | 17 | 400 | 132 | 55 |
| Binary | 1000010 | 1011 | 11011010 | 1000110 | 1011111 | 0 | 1111 | 100000000 | 1011010 | 101101 |
Color Harmonies of #420BDA
Complementary color
Monochromatic Colors of #420BDA
Black with #420BDA
Text Example
Text Example
White with #420BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420BDA; }
p { color: rgb(66,11,218); }
H1.HeaderClassName
{
color: #420BDA;
}
.AnyTagClassName
{
color: #420BDA;
}
</style>
background-color css
<style>
a { background-color: #420BDA; }
a { background-color: rgb(66,11,218); }
div.DivClassName
{
background-color: #420BDA;
}
.BgClassName
{
background-color: #420BDA;
}
</style>
border-color css
<style>
span { border-color: #420BDA; }
span { border-color: rgb(66,11,218); }
td.TdClassName
{
border-color: #420BDA;
}
.TagClassName
{
border-color: #420BDA;
}
</style>