Shades of Han Purple #420DDC
Tints of Han Purple #420DDC
RGB
CMYK
RGB Variations
Color information
#420DDC (or 0x420DDC) is known color: Han Purple. HEX triplet: 42, 0D and DC. RGB value is (66,13,220). Sum of RGB (Red+Green+Blue) = 66+13+220=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #420DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420DDC is #BDF223. Grayscale: #333333. Windows color (decimal): -12448292 or 14421314. OLE color: 14421314.
HSL color Cylindrical-coordinate representation of color #420DDC: hue angle of 255.36º degrees, saturation: 0.89, 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 #420DDC is Cyan = 0.7, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 13 | 220 | - |
| CMYK | 0.7 | 0.94 | 0 | 0.14 |
| HSL | 255.36º | 0.89% | 0.46% | - |
| HSV(B) | 255.36º | 0.94% | 0.86% | - |
| XYZ | 15.31 | 6.61 | 68.18 | - |
| YUV | 52.45 | 222.56 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 220 | 0.7 | 0.94 | 0 | 0.14 | 255.36 | 0.89 | 0.46 |
| Hex | 42 | D | DC | 46 | 5E | 0 | E | FF | 59 | 2E |
| Octal | 102 | 15 | 334 | 106 | 136 | 0 | 16 | 377 | 131 | 56 |
| Binary | 1000010 | 1101 | 11011100 | 1000110 | 1011110 | 0 | 1110 | 11111111 | 1011001 | 101110 |
Color Harmonies of #420DDC
Complementary color
Monochromatic Colors of #420DDC
Black with #420DDC
Text Example
Text Example
White with #420DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420DDC; }
p { color: rgb(66,13,220); }
H1.HeaderClassName
{
color: #420DDC;
}
.AnyTagClassName
{
color: #420DDC;
}
</style>
background-color css
<style>
a { background-color: #420DDC; }
a { background-color: rgb(66,13,220); }
div.DivClassName
{
background-color: #420DDC;
}
.BgClassName
{
background-color: #420DDC;
}
</style>
border-color css
<style>
span { border-color: #420DDC; }
span { border-color: rgb(66,13,220); }
td.TdClassName
{
border-color: #420DDC;
}
.TagClassName
{
border-color: #420DDC;
}
</style>