Shades of Han Purple #420AD4
Tints of Han Purple #420AD4
RGB
CMYK
RGB Variations
Color information
#420AD4 (or 0x420AD4) is known color: Han Purple. HEX triplet: 42, 0A and D4. RGB value is (66,10,212). Sum of RGB (Red+Green+Blue) = 66+10+212=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 212 (83.20% from 255 or 73.61% from 288); Max value from RGB is 212 - color contains mainly: blue. Hex color #420AD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420AD4 is #BDF52B. Grayscale: #313131. Windows color (decimal): -12449068 or 13896258. OLE color: 13896258.
HSL color Cylindrical-coordinate representation of color #420AD4: hue angle of 256.63º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420AD4 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 10 | 212 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.17 |
| HSL | 256.63º | 0.91% | 0.44% | - |
| HSV(B) | 256.63º | 0.95% | 0.83% | - |
| XYZ | 14.24 | 6.13 | 62.72 | - |
| YUV | 49.77 | 219.55 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 212 | 0.69 | 0.95 | 0 | 0.17 | 256.63 | 0.91 | 0.44 |
| Hex | 42 | A | D4 | 45 | 5F | 0 | 11 | 101 | 5B | 2C |
| Octal | 102 | 12 | 324 | 105 | 137 | 0 | 21 | 401 | 133 | 54 |
| Binary | 1000010 | 1010 | 11010100 | 1000101 | 1011111 | 0 | 10001 | 100000001 | 1011011 | 101100 |
Color Harmonies of #420AD4
Complementary color
Monochromatic Colors of #420AD4
Black with #420AD4
Text Example
Text Example
White with #420AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420AD4; }
p { color: rgb(66,10,212); }
H1.HeaderClassName
{
color: #420AD4;
}
.AnyTagClassName
{
color: #420AD4;
}
</style>
background-color css
<style>
a { background-color: #420AD4; }
a { background-color: rgb(66,10,212); }
div.DivClassName
{
background-color: #420AD4;
}
.BgClassName
{
background-color: #420AD4;
}
</style>
border-color css
<style>
span { border-color: #420AD4; }
span { border-color: rgb(66,10,212); }
td.TdClassName
{
border-color: #420AD4;
}
.TagClassName
{
border-color: #420AD4;
}
</style>