Shades of Han Purple #420BFC
Tints of Han Purple #420BFC
RGB
CMYK
RGB Variations
Color information
#420BFC (or 0x420BFC) is known color: Han Purple. HEX triplet: 42, 0B and FC. RGB value is (66,11,252). Sum of RGB (Red+Green+Blue) = 66+11+252=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #420BFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420BFC is #BDF403. Grayscale: #363636. Windows color (decimal): -12448772 or 16517954. OLE color: 16517954.
HSL color Cylindrical-coordinate representation of color #420BFC: hue angle of 253.69º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420BFC is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 11 | 252 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.01 |
| HSL | 253.69º | 0.98% | 0.52% | - |
| HSV(B) | 253.69º | 0.96% | 0.99% | - |
| XYZ | 19.94 | 8.43 | 92.67 | - |
| YUV | 54.92 | 239.22 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 252 | 0.74 | 0.96 | 0 | 0.01 | 253.69 | 0.98 | 0.52 |
| Hex | 42 | B | FC | 4A | 60 | 0 | 1 | FE | 62 | 34 |
| Octal | 102 | 13 | 374 | 112 | 140 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000010 | 1011 | 11111100 | 1001010 | 1100000 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #420BFC
Complementary color
Monochromatic Colors of #420BFC
Black with #420BFC
Text Example
Text Example
White with #420BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420BFC; }
p { color: rgb(66,11,252); }
H1.HeaderClassName
{
color: #420BFC;
}
.AnyTagClassName
{
color: #420BFC;
}
</style>
background-color css
<style>
a { background-color: #420BFC; }
a { background-color: rgb(66,11,252); }
div.DivClassName
{
background-color: #420BFC;
}
.BgClassName
{
background-color: #420BFC;
}
</style>
border-color css
<style>
span { border-color: #420BFC; }
span { border-color: rgb(66,11,252); }
td.TdClassName
{
border-color: #420BFC;
}
.TagClassName
{
border-color: #420BFC;
}
</style>