Shades of Han Purple #420BEF
Tints of Han Purple #420BEF
RGB
CMYK
RGB Variations
Color information
#420BEF (or 0x420BEF) is known color: Han Purple. HEX triplet: 42, 0B and EF. RGB value is (66,11,239). Sum of RGB (Red+Green+Blue) = 66+11+239=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #420BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420BEF is #BDF410. Grayscale: #343434. Windows color (decimal): -12448785 or 15665986. OLE color: 15665986.
HSL color Cylindrical-coordinate representation of color #420BEF: hue angle of 254.47º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420BEF is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 11 | 239 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.06 |
| HSL | 254.47º | 0.91% | 0.49% | - |
| HSV(B) | 254.47º | 0.95% | 0.94% | - |
| XYZ | 17.95 | 7.63 | 82.19 | - |
| YUV | 53.44 | 232.72 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 239 | 0.72 | 0.95 | 0 | 0.06 | 254.47 | 0.91 | 0.49 |
| Hex | 42 | B | EF | 48 | 5F | 0 | 6 | FE | 5B | 31 |
| Octal | 102 | 13 | 357 | 110 | 137 | 0 | 6 | 376 | 133 | 61 |
| Binary | 1000010 | 1011 | 11101111 | 1001000 | 1011111 | 0 | 110 | 11111110 | 1011011 | 110001 |
Color Harmonies of #420BEF
Complementary color
Monochromatic Colors of #420BEF
Black with #420BEF
Text Example
Text Example
White with #420BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420BEF; }
p { color: rgb(66,11,239); }
H1.HeaderClassName
{
color: #420BEF;
}
.AnyTagClassName
{
color: #420BEF;
}
</style>
background-color css
<style>
a { background-color: #420BEF; }
a { background-color: rgb(66,11,239); }
div.DivClassName
{
background-color: #420BEF;
}
.BgClassName
{
background-color: #420BEF;
}
</style>
border-color css
<style>
span { border-color: #420BEF; }
span { border-color: rgb(66,11,239); }
td.TdClassName
{
border-color: #420BEF;
}
.TagClassName
{
border-color: #420BEF;
}
</style>