Shades of Han Purple #562AE5
Tints of Han Purple #562AE5
RGB
CMYK
RGB Variations
Color information
#562AE5 (or 0x562AE5) is known color: Han Purple. HEX triplet: 56, 2A and E5. RGB value is (86,42,229). Sum of RGB (Red+Green+Blue) = 86+42+229=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 229 (89.84% from 255 or 64.15% from 357); Max value from RGB is 229 - color contains mainly: blue. Hex color #562AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562AE5 is #A9D51A. Grayscale: #4B4B4B. Windows color (decimal): -11130139 or 15018582. OLE color: 15018582.
HSL color Cylindrical-coordinate representation of color #562AE5: hue angle of 254.12º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #562AE5 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 42 | 229 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.10 |
| HSL | 254.12º | 0.78% | 0.53% | - |
| HSV(B) | 254.12º | 0.82% | 0.9% | - |
| XYZ | 18.81 | 9.29 | 74.93 | - |
| YUV | 76.47 | 214.08 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 229 | 0.62 | 0.82 | 0 | 0.10 | 254.12 | 0.78 | 0.53 |
| Hex | 56 | 2A | E5 | 3E | 52 | 0 | A | FE | 4E | 35 |
| Octal | 126 | 52 | 345 | 76 | 122 | 0 | 12 | 376 | 116 | 65 |
| Binary | 1010110 | 101010 | 11100101 | 111110 | 1010010 | 0 | 1010 | 11111110 | 1001110 | 110101 |
Color Harmonies of #562AE5
Complementary color
Monochromatic Colors of #562AE5
Black with #562AE5
Text Example
Text Example
White with #562AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562AE5; }
p { color: rgb(86,42,229); }
H1.HeaderClassName
{
color: #562AE5;
}
.AnyTagClassName
{
color: #562AE5;
}
</style>
background-color css
<style>
a { background-color: #562AE5; }
a { background-color: rgb(86,42,229); }
div.DivClassName
{
background-color: #562AE5;
}
.BgClassName
{
background-color: #562AE5;
}
</style>
border-color css
<style>
span { border-color: #562AE5; }
span { border-color: rgb(86,42,229); }
td.TdClassName
{
border-color: #562AE5;
}
.TagClassName
{
border-color: #562AE5;
}
</style>