Shades of Han Purple #420AE0
Tints of Han Purple #420AE0
RGB
CMYK
RGB Variations
Color information
#420AE0 (or 0x420AE0) is known color: Han Purple. HEX triplet: 42, 0A and E0. RGB value is (66,10,224). Sum of RGB (Red+Green+Blue) = 66+10+224=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 224 (87.89% from 255 or 74.67% from 300); Max value from RGB is 224 - color contains mainly: blue. Hex color #420AE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420AE0 is #BDF51F. Grayscale: #323232. Windows color (decimal): -12449056 or 14682690. OLE color: 14682690.
HSL color Cylindrical-coordinate representation of color #420AE0: hue angle of 255.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420AE0 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 10 | 224 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.12 |
| HSL | 255.7º | 0.91% | 0.46% | - |
| HSV(B) | 255.7º | 0.96% | 0.88% | - |
| XYZ | 15.81 | 6.76 | 70.99 | - |
| YUV | 51.14 | 225.55 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 224 | 0.71 | 0.96 | 0 | 0.12 | 255.7 | 0.91 | 0.46 |
| Hex | 42 | A | E0 | 47 | 60 | 0 | C | 100 | 5B | 2E |
| Octal | 102 | 12 | 340 | 107 | 140 | 0 | 14 | 400 | 133 | 56 |
| Binary | 1000010 | 1010 | 11100000 | 1000111 | 1100000 | 0 | 1100 | 100000000 | 1011011 | 101110 |
Color Harmonies of #420AE0
Complementary color
Monochromatic Colors of #420AE0
Black with #420AE0
Text Example
Text Example
White with #420AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420AE0; }
p { color: rgb(66,10,224); }
H1.HeaderClassName
{
color: #420AE0;
}
.AnyTagClassName
{
color: #420AE0;
}
</style>
background-color css
<style>
a { background-color: #420AE0; }
a { background-color: rgb(66,10,224); }
div.DivClassName
{
background-color: #420AE0;
}
.BgClassName
{
background-color: #420AE0;
}
</style>
border-color css
<style>
span { border-color: #420AE0; }
span { border-color: rgb(66,10,224); }
td.TdClassName
{
border-color: #420AE0;
}
.TagClassName
{
border-color: #420AE0;
}
</style>