Shades of Han Purple #420AF7
Tints of Han Purple #420AF7
RGB
CMYK
RGB Variations
Color information
#420AF7 (or 0x420AF7) is known color: Han Purple. HEX triplet: 42, 0A and F7. RGB value is (66,10,247). Sum of RGB (Red+Green+Blue) = 66+10+247=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 247 (96.88% from 255 or 76.47% from 323); Max value from RGB is 247 - color contains mainly: blue. Hex color #420AF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420AF7 is #BDF508. Grayscale: #343434. Windows color (decimal): -12449033 or 16190018. OLE color: 16190018.
HSL color Cylindrical-coordinate representation of color #420AF7: hue angle of 254.18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420AF7 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 10 | 247 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.03 |
| HSL | 254.18º | 0.94% | 0.5% | - |
| HSV(B) | 254.18º | 0.96% | 0.97% | - |
| XYZ | 19.14 | 8.09 | 88.55 | - |
| YUV | 53.76 | 237.05 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 247 | 0.73 | 0.96 | 0 | 0.03 | 254.18 | 0.94 | 0.5 |
| Hex | 42 | A | F7 | 49 | 60 | 0 | 3 | FE | 5E | 32 |
| Octal | 102 | 12 | 367 | 111 | 140 | 0 | 3 | 376 | 136 | 62 |
| Binary | 1000010 | 1010 | 11110111 | 1001001 | 1100000 | 0 | 11 | 11111110 | 1011110 | 110010 |
Color Harmonies of #420AF7
Complementary color
Monochromatic Colors of #420AF7
Black with #420AF7
Text Example
Text Example
White with #420AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420AF7; }
p { color: rgb(66,10,247); }
H1.HeaderClassName
{
color: #420AF7;
}
.AnyTagClassName
{
color: #420AF7;
}
</style>
background-color css
<style>
a { background-color: #420AF7; }
a { background-color: rgb(66,10,247); }
div.DivClassName
{
background-color: #420AF7;
}
.BgClassName
{
background-color: #420AF7;
}
</style>
border-color css
<style>
span { border-color: #420AF7; }
span { border-color: rgb(66,10,247); }
td.TdClassName
{
border-color: #420AF7;
}
.TagClassName
{
border-color: #420AF7;
}
</style>