Shades of Han Purple #562EEC
Tints of Han Purple #562EEC
RGB
CMYK
RGB Variations
Color information
#562EEC (or 0x562EEC) is known color: Han Purple. HEX triplet: 56, 2E and EC. RGB value is (86,46,236). Sum of RGB (Red+Green+Blue) = 86+46+236=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #562EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562EEC is #A9D113. Grayscale: #4E4E4E. Windows color (decimal): -11129108 or 15478358. OLE color: 15478358.
HSL color Cylindrical-coordinate representation of color #562EEC: hue angle of 252.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #562EEC is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 46 | 236 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.07 |
| HSL | 252.63º | 0.83% | 0.55% | - |
| HSV(B) | 252.63º | 0.81% | 0.93% | - |
| XYZ | 19.96 | 9.99 | 80.23 | - |
| YUV | 79.62 | 216.25 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 236 | 0.64 | 0.81 | 0 | 0.07 | 252.63 | 0.83 | 0.55 |
| Hex | 56 | 2E | EC | 40 | 51 | 0 | 7 | FD | 53 | 37 |
| Octal | 126 | 56 | 354 | 100 | 121 | 0 | 7 | 375 | 123 | 67 |
| Binary | 1010110 | 101110 | 11101100 | 1000000 | 1010001 | 0 | 111 | 11111101 | 1010011 | 110111 |
Color Harmonies of #562EEC
Complementary color
Monochromatic Colors of #562EEC
Black with #562EEC
Text Example
Text Example
White with #562EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562EEC; }
p { color: rgb(86,46,236); }
H1.HeaderClassName
{
color: #562EEC;
}
.AnyTagClassName
{
color: #562EEC;
}
</style>
background-color css
<style>
a { background-color: #562EEC; }
a { background-color: rgb(86,46,236); }
div.DivClassName
{
background-color: #562EEC;
}
.BgClassName
{
background-color: #562EEC;
}
</style>
border-color css
<style>
span { border-color: #562EEC; }
span { border-color: rgb(86,46,236); }
td.TdClassName
{
border-color: #562EEC;
}
.TagClassName
{
border-color: #562EEC;
}
</style>