Shades of Han Purple #420DFF
Tints of Han Purple #420DFF
RGB
CMYK
RGB Variations
Color information
#420DFF (or 0x420DFF) is known color: Han Purple. HEX triplet: 42, 0D and FF. RGB value is (66,13,255). Sum of RGB (Red+Green+Blue) = 66+13+255=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #420DFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420DFF is #BDF200. Grayscale: #373737. Windows color (decimal): -12448257 or 16715074. OLE color: 16715074.
HSL color Cylindrical-coordinate representation of color #420DFF: hue angle of 253.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420DFF is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 13 | 255 | - |
| CMYK | 0.74 | 0.95 | 0 | 0 |
| HSL | 253.14º | 1% | 0.53% | - |
| HSV(B) | 253.14º | 0.95% | 1% | - |
| XYZ | 20.44 | 8.67 | 95.2 | - |
| YUV | 56.44 | 240.06 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 255 | 0.74 | 0.95 | 0 | 0 | 253.14 | 1 | 0.53 |
| Hex | 42 | D | FF | 4A | 5F | 0 | 0 | FD | 64 | 35 |
| Octal | 102 | 15 | 377 | 112 | 137 | 0 | 0 | 375 | 144 | 65 |
| Binary | 1000010 | 1101 | 11111111 | 1001010 | 1011111 | 0 | 0 | 11111101 | 1100100 | 110101 |
Color Harmonies of #420DFF
Complementary color
Monochromatic Colors of #420DFF
Black with #420DFF
Text Example
Text Example
White with #420DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420DFF; }
p { color: rgb(66,13,255); }
H1.HeaderClassName
{
color: #420DFF;
}
.AnyTagClassName
{
color: #420DFF;
}
</style>
background-color css
<style>
a { background-color: #420DFF; }
a { background-color: rgb(66,13,255); }
div.DivClassName
{
background-color: #420DFF;
}
.BgClassName
{
background-color: #420DFF;
}
</style>
border-color css
<style>
span { border-color: #420DFF; }
span { border-color: rgb(66,13,255); }
td.TdClassName
{
border-color: #420DFF;
}
.TagClassName
{
border-color: #420DFF;
}
</style>