Shades of Han Purple #562AE0
Tints of Han Purple #562AE0
RGB
CMYK
RGB Variations
Color information
#562AE0 (or 0x562AE0) is known color: Han Purple. HEX triplet: 56, 2A and E0. RGB value is (86,42,224). Sum of RGB (Red+Green+Blue) = 86+42+224=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #562AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562AE0 is #A9D51F. Grayscale: #4B4B4B. Windows color (decimal): -11130144 or 14690902. OLE color: 14690902.
HSL color Cylindrical-coordinate representation of color #562AE0: hue angle of 254.51º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #562AE0 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 42 | 224 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.12 |
| HSL | 254.51º | 0.75% | 0.52% | - |
| HSV(B) | 254.51º | 0.81% | 0.88% | - |
| XYZ | 18.12 | 9.02 | 71.31 | - |
| YUV | 75.9 | 211.58 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 224 | 0.62 | 0.81 | 0 | 0.12 | 254.51 | 0.75 | 0.52 |
| Hex | 56 | 2A | E0 | 3E | 51 | 0 | C | FF | 4B | 34 |
| Octal | 126 | 52 | 340 | 76 | 121 | 0 | 14 | 377 | 113 | 64 |
| Binary | 1010110 | 101010 | 11100000 | 111110 | 1010001 | 0 | 1100 | 11111111 | 1001011 | 110100 |
Color Harmonies of #562AE0
Complementary color
Monochromatic Colors of #562AE0
Black with #562AE0
Text Example
Text Example
White with #562AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562AE0; }
p { color: rgb(86,42,224); }
H1.HeaderClassName
{
color: #562AE0;
}
.AnyTagClassName
{
color: #562AE0;
}
</style>
background-color css
<style>
a { background-color: #562AE0; }
a { background-color: rgb(86,42,224); }
div.DivClassName
{
background-color: #562AE0;
}
.BgClassName
{
background-color: #562AE0;
}
</style>
border-color css
<style>
span { border-color: #562AE0; }
span { border-color: rgb(86,42,224); }
td.TdClassName
{
border-color: #562AE0;
}
.TagClassName
{
border-color: #562AE0;
}
</style>