Shades of Han Purple #420FE3
Tints of Han Purple #420FE3
RGB
CMYK
RGB Variations
Color information
#420FE3 (or 0x420FE3) is known color: Han Purple. HEX triplet: 42, 0F and E3. RGB value is (66,15,227). Sum of RGB (Red+Green+Blue) = 66+15+227=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 227 (89.06% from 255 or 73.70% from 308); Max value from RGB is 227 - color contains mainly: blue. Hex color #420FE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420FE3 is #BDF01C. Grayscale: #353535. Windows color (decimal): -12447773 or 14880578. OLE color: 14880578.
HSL color Cylindrical-coordinate representation of color #420FE3: hue angle of 254.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420FE3 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 15 | 227 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.11 |
| HSL | 254.43º | 0.88% | 0.47% | - |
| HSV(B) | 254.43º | 0.93% | 0.89% | - |
| XYZ | 16.28 | 7.05 | 73.17 | - |
| YUV | 54.42 | 225.4 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 227 | 0.71 | 0.93 | 0 | 0.11 | 254.43 | 0.88 | 0.47 |
| Hex | 42 | F | E3 | 47 | 5D | 0 | B | FE | 58 | 2F |
| Octal | 102 | 17 | 343 | 107 | 135 | 0 | 13 | 376 | 130 | 57 |
| Binary | 1000010 | 1111 | 11100011 | 1000111 | 1011101 | 0 | 1011 | 11111110 | 1011000 | 101111 |
Color Harmonies of #420FE3
Complementary color
Monochromatic Colors of #420FE3
Black with #420FE3
Text Example
Text Example
White with #420FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420FE3; }
p { color: rgb(66,15,227); }
H1.HeaderClassName
{
color: #420FE3;
}
.AnyTagClassName
{
color: #420FE3;
}
</style>
background-color css
<style>
a { background-color: #420FE3; }
a { background-color: rgb(66,15,227); }
div.DivClassName
{
background-color: #420FE3;
}
.BgClassName
{
background-color: #420FE3;
}
</style>
border-color css
<style>
span { border-color: #420FE3; }
span { border-color: rgb(66,15,227); }
td.TdClassName
{
border-color: #420FE3;
}
.TagClassName
{
border-color: #420FE3;
}
</style>