Shades of Han Purple #420BFE
Tints of Han Purple #420BFE
RGB
CMYK
RGB Variations
Color information
#420BFE (or 0x420BFE) is known color: Han Purple. HEX triplet: 42, 0B and FE. RGB value is (66,11,254). Sum of RGB (Red+Green+Blue) = 66+11+254=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #420BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420BFE is #BDF401. Grayscale: #363636. Windows color (decimal): -12448770 or 16649026. OLE color: 16649026.
HSL color Cylindrical-coordinate representation of color #420BFE: hue angle of 253.58º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420BFE is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 11 | 254 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.00 |
| HSL | 253.58º | 0.99% | 0.52% | - |
| HSV(B) | 253.58º | 0.96% | 1% | - |
| XYZ | 20.26 | 8.55 | 94.35 | - |
| YUV | 55.15 | 240.22 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 254 | 0.74 | 0.96 | 0 | 0.00 | 253.58 | 0.99 | 0.52 |
| Hex | 42 | B | FE | 4A | 60 | 0 | 0 | FE | 63 | 34 |
| Octal | 102 | 13 | 376 | 112 | 140 | 0 | 0 | 376 | 143 | 64 |
| Binary | 1000010 | 1011 | 11111110 | 1001010 | 1100000 | 0 | 0 | 11111110 | 1100011 | 110100 |
Color Harmonies of #420BFE
Complementary color
Monochromatic Colors of #420BFE
Black with #420BFE
Text Example
Text Example
White with #420BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420BFE; }
p { color: rgb(66,11,254); }
H1.HeaderClassName
{
color: #420BFE;
}
.AnyTagClassName
{
color: #420BFE;
}
</style>
background-color css
<style>
a { background-color: #420BFE; }
a { background-color: rgb(66,11,254); }
div.DivClassName
{
background-color: #420BFE;
}
.BgClassName
{
background-color: #420BFE;
}
</style>
border-color css
<style>
span { border-color: #420BFE; }
span { border-color: rgb(66,11,254); }
td.TdClassName
{
border-color: #420BFE;
}
.TagClassName
{
border-color: #420BFE;
}
</style>