Shades of Han Purple #420BFD
Tints of Han Purple #420BFD
RGB
CMYK
RGB Variations
Color information
#420BFD (or 0x420BFD) is known color: Han Purple. HEX triplet: 42, 0B and FD. RGB value is (66,11,253). Sum of RGB (Red+Green+Blue) = 66+11+253=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #420BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420BFD is #BDF402. Grayscale: #363636. Windows color (decimal): -12448771 or 16583490. OLE color: 16583490.
HSL color Cylindrical-coordinate representation of color #420BFD: hue angle of 253.64º 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 #420BFD is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 11 | 253 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.01 |
| HSL | 253.64º | 0.98% | 0.52% | - |
| HSV(B) | 253.64º | 0.96% | 0.99% | - |
| XYZ | 20.1 | 8.49 | 93.51 | - |
| YUV | 55.03 | 239.72 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 253 | 0.74 | 0.96 | 0 | 0.01 | 253.64 | 0.98 | 0.52 |
| Hex | 42 | B | FD | 4A | 60 | 0 | 1 | FE | 62 | 34 |
| Octal | 102 | 13 | 375 | 112 | 140 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000010 | 1011 | 11111101 | 1001010 | 1100000 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #420BFD
Complementary color
Monochromatic Colors of #420BFD
Black with #420BFD
Text Example
Text Example
White with #420BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420BFD; }
p { color: rgb(66,11,253); }
H1.HeaderClassName
{
color: #420BFD;
}
.AnyTagClassName
{
color: #420BFD;
}
</style>
background-color css
<style>
a { background-color: #420BFD; }
a { background-color: rgb(66,11,253); }
div.DivClassName
{
background-color: #420BFD;
}
.BgClassName
{
background-color: #420BFD;
}
</style>
border-color css
<style>
span { border-color: #420BFD; }
span { border-color: rgb(66,11,253); }
td.TdClassName
{
border-color: #420BFD;
}
.TagClassName
{
border-color: #420BFD;
}
</style>