Shades of Han Purple #562CE0
Tints of Han Purple #562CE0
RGB
CMYK
RGB Variations
Color information
#562CE0 (or 0x562CE0) is known color: Han Purple. HEX triplet: 56, 2C and E0. RGB value is (86,44,224). Sum of RGB (Red+Green+Blue) = 86+44+224=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #562CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562CE0 is #A9D31F. Grayscale: #4C4C4C. Windows color (decimal): -11129632 or 14691414. OLE color: 14691414.
HSL color Cylindrical-coordinate representation of color #562CE0: hue angle of 254º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562CE0 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 44 | 224 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.12 |
| HSL | 254º | 0.74% | 0.53% | - |
| HSV(B) | 254º | 0.8% | 0.88% | - |
| XYZ | 18.19 | 9.16 | 71.33 | - |
| YUV | 77.08 | 210.91 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 224 | 0.62 | 0.80 | 0 | 0.12 | 254 | 0.74 | 0.53 |
| Hex | 56 | 2C | E0 | 3E | 50 | 0 | C | FE | 4A | 35 |
| Octal | 126 | 54 | 340 | 76 | 120 | 0 | 14 | 376 | 112 | 65 |
| Binary | 1010110 | 101100 | 11100000 | 111110 | 1010000 | 0 | 1100 | 11111110 | 1001010 | 110101 |
Color Harmonies of #562CE0
Complementary color
Monochromatic Colors of #562CE0
Black with #562CE0
Text Example
Text Example
White with #562CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562CE0; }
p { color: rgb(86,44,224); }
H1.HeaderClassName
{
color: #562CE0;
}
.AnyTagClassName
{
color: #562CE0;
}
</style>
background-color css
<style>
a { background-color: #562CE0; }
a { background-color: rgb(86,44,224); }
div.DivClassName
{
background-color: #562CE0;
}
.BgClassName
{
background-color: #562CE0;
}
</style>
border-color css
<style>
span { border-color: #562CE0; }
span { border-color: rgb(86,44,224); }
td.TdClassName
{
border-color: #562CE0;
}
.TagClassName
{
border-color: #562CE0;
}
</style>