Shades of Han Purple #420AFB
Tints of Han Purple #420AFB
RGB
CMYK
RGB Variations
Color information
#420AFB (or 0x420AFB) is known color: Han Purple. HEX triplet: 42, 0A and FB. RGB value is (66,10,251). Sum of RGB (Red+Green+Blue) = 66+10+251=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #420AFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420AFB is #BDF504. Grayscale: #353535. Windows color (decimal): -12449029 or 16452162. OLE color: 16452162.
HSL color Cylindrical-coordinate representation of color #420AFB: hue angle of 253.94º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420AFB is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 10 | 251 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.02 |
| HSL | 253.94º | 0.97% | 0.51% | - |
| HSV(B) | 253.94º | 0.96% | 0.98% | - |
| XYZ | 19.77 | 8.34 | 91.83 | - |
| YUV | 54.22 | 239.05 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 251 | 0.74 | 0.96 | 0 | 0.02 | 253.94 | 0.97 | 0.51 |
| Hex | 42 | A | FB | 4A | 60 | 0 | 2 | FE | 61 | 33 |
| Octal | 102 | 12 | 373 | 112 | 140 | 0 | 2 | 376 | 141 | 63 |
| Binary | 1000010 | 1010 | 11111011 | 1001010 | 1100000 | 0 | 10 | 11111110 | 1100001 | 110011 |
Color Harmonies of #420AFB
Complementary color
Monochromatic Colors of #420AFB
Black with #420AFB
Text Example
Text Example
White with #420AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420AFB; }
p { color: rgb(66,10,251); }
H1.HeaderClassName
{
color: #420AFB;
}
.AnyTagClassName
{
color: #420AFB;
}
</style>
background-color css
<style>
a { background-color: #420AFB; }
a { background-color: rgb(66,10,251); }
div.DivClassName
{
background-color: #420AFB;
}
.BgClassName
{
background-color: #420AFB;
}
</style>
border-color css
<style>
span { border-color: #420AFB; }
span { border-color: rgb(66,10,251); }
td.TdClassName
{
border-color: #420AFB;
}
.TagClassName
{
border-color: #420AFB;
}
</style>