Shades of Han Purple #562CEC
Tints of Han Purple #562CEC
RGB
CMYK
RGB Variations
Color information
#562CEC (or 0x562CEC) is known color: Han Purple. HEX triplet: 56, 2C and EC. RGB value is (86,44,236). Sum of RGB (Red+Green+Blue) = 86+44+236=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #562CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562CEC is #A9D313. Grayscale: #4D4D4D. Windows color (decimal): -11129620 or 15477846. OLE color: 15477846.
HSL color Cylindrical-coordinate representation of color #562CEC: hue angle of 253.12º 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 #562CEC is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 44 | 236 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.07 |
| HSL | 253.13º | 0.83% | 0.55% | - |
| HSV(B) | 253.13º | 0.81% | 0.93% | - |
| XYZ | 19.88 | 9.84 | 80.21 | - |
| YUV | 78.45 | 216.91 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 236 | 0.64 | 0.81 | 0 | 0.07 | 253.13 | 0.83 | 0.55 |
| Hex | 56 | 2C | EC | 40 | 51 | 0 | 7 | FD | 53 | 37 |
| Octal | 126 | 54 | 354 | 100 | 121 | 0 | 7 | 375 | 123 | 67 |
| Binary | 1010110 | 101100 | 11101100 | 1000000 | 1010001 | 0 | 111 | 11111101 | 1010011 | 110111 |
Color Harmonies of #562CEC
Complementary color
Monochromatic Colors of #562CEC
Black with #562CEC
Text Example
Text Example
White with #562CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562CEC; }
p { color: rgb(86,44,236); }
H1.HeaderClassName
{
color: #562CEC;
}
.AnyTagClassName
{
color: #562CEC;
}
</style>
background-color css
<style>
a { background-color: #562CEC; }
a { background-color: rgb(86,44,236); }
div.DivClassName
{
background-color: #562CEC;
}
.BgClassName
{
background-color: #562CEC;
}
</style>
border-color css
<style>
span { border-color: #562CEC; }
span { border-color: rgb(86,44,236); }
td.TdClassName
{
border-color: #562CEC;
}
.TagClassName
{
border-color: #562CEC;
}
</style>