Shades of Han Purple #420BED
Tints of Han Purple #420BED
RGB
CMYK
RGB Variations
Color information
#420BED (or 0x420BED) is known color: Han Purple. HEX triplet: 42, 0B and ED. RGB value is (66,11,237). Sum of RGB (Red+Green+Blue) = 66+11+237=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #420BED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420BED is #BDF412. Grayscale: #343434. Windows color (decimal): -12448787 or 15534914. OLE color: 15534914.
HSL color Cylindrical-coordinate representation of color #420BED: hue angle of 254.6º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420BED is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 11 | 237 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.07 |
| HSL | 254.6º | 0.91% | 0.49% | - |
| HSV(B) | 254.6º | 0.95% | 0.93% | - |
| XYZ | 17.65 | 7.51 | 80.64 | - |
| YUV | 53.21 | 231.72 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 237 | 0.72 | 0.95 | 0 | 0.07 | 254.6 | 0.91 | 0.49 |
| Hex | 42 | B | ED | 48 | 5F | 0 | 7 | FF | 5B | 31 |
| Octal | 102 | 13 | 355 | 110 | 137 | 0 | 7 | 377 | 133 | 61 |
| Binary | 1000010 | 1011 | 11101101 | 1001000 | 1011111 | 0 | 111 | 11111111 | 1011011 | 110001 |
Color Harmonies of #420BED
Complementary color
Monochromatic Colors of #420BED
Black with #420BED
Text Example
Text Example
White with #420BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420BED; }
p { color: rgb(66,11,237); }
H1.HeaderClassName
{
color: #420BED;
}
.AnyTagClassName
{
color: #420BED;
}
</style>
background-color css
<style>
a { background-color: #420BED; }
a { background-color: rgb(66,11,237); }
div.DivClassName
{
background-color: #420BED;
}
.BgClassName
{
background-color: #420BED;
}
</style>
border-color css
<style>
span { border-color: #420BED; }
span { border-color: rgb(66,11,237); }
td.TdClassName
{
border-color: #420BED;
}
.TagClassName
{
border-color: #420BED;
}
</style>