Shades of Han Purple #562EE0
Tints of Han Purple #562EE0
RGB
CMYK
RGB Variations
Color information
#562EE0 (or 0x562EE0) is known color: Han Purple. HEX triplet: 56, 2E and E0. RGB value is (86,46,224). Sum of RGB (Red+Green+Blue) = 86+46+224=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #562EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562EE0 is #A9D11F. Grayscale: #4D4D4D. Windows color (decimal): -11129120 or 14691926. OLE color: 14691926.
HSL color Cylindrical-coordinate representation of color #562EE0: hue angle of 253.48º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562EE0 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 46 | 224 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.12 |
| HSL | 253.48º | 0.74% | 0.53% | - |
| HSV(B) | 253.48º | 0.79% | 0.88% | - |
| XYZ | 18.27 | 9.31 | 71.36 | - |
| YUV | 78.25 | 210.25 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 224 | 0.62 | 0.79 | 0 | 0.12 | 253.48 | 0.74 | 0.53 |
| Hex | 56 | 2E | E0 | 3E | 4F | 0 | C | FD | 4A | 35 |
| Octal | 126 | 56 | 340 | 76 | 117 | 0 | 14 | 375 | 112 | 65 |
| Binary | 1010110 | 101110 | 11100000 | 111110 | 1001111 | 0 | 1100 | 11111101 | 1001010 | 110101 |
Color Harmonies of #562EE0
Complementary color
Monochromatic Colors of #562EE0
Black with #562EE0
Text Example
Text Example
White with #562EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562EE0; }
p { color: rgb(86,46,224); }
H1.HeaderClassName
{
color: #562EE0;
}
.AnyTagClassName
{
color: #562EE0;
}
</style>
background-color css
<style>
a { background-color: #562EE0; }
a { background-color: rgb(86,46,224); }
div.DivClassName
{
background-color: #562EE0;
}
.BgClassName
{
background-color: #562EE0;
}
</style>
border-color css
<style>
span { border-color: #562EE0; }
span { border-color: rgb(86,46,224); }
td.TdClassName
{
border-color: #562EE0;
}
.TagClassName
{
border-color: #562EE0;
}
</style>