Shades of Han Purple #562AEE
Tints of Han Purple #562AEE
RGB
CMYK
RGB Variations
Color information
#562AEE (or 0x562AEE) is known color: Han Purple. HEX triplet: 56, 2A and EE. RGB value is (86,42,238). Sum of RGB (Red+Green+Blue) = 86+42+238=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #562AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562AEE is #A9D511. Grayscale: #4C4C4C. Windows color (decimal): -11130130 or 15608406. OLE color: 15608406.
HSL color Cylindrical-coordinate representation of color #562AEE: hue angle of 253.47º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #562AEE is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 42 | 238 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.07 |
| HSL | 253.47º | 0.85% | 0.55% | - |
| HSV(B) | 253.47º | 0.82% | 0.93% | - |
| XYZ | 20.1 | 9.81 | 81.72 | - |
| YUV | 77.5 | 218.58 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 238 | 0.64 | 0.82 | 0 | 0.07 | 253.47 | 0.85 | 0.55 |
| Hex | 56 | 2A | EE | 40 | 52 | 0 | 7 | FD | 55 | 37 |
| Octal | 126 | 52 | 356 | 100 | 122 | 0 | 7 | 375 | 125 | 67 |
| Binary | 1010110 | 101010 | 11101110 | 1000000 | 1010010 | 0 | 111 | 11111101 | 1010101 | 110111 |
Color Harmonies of #562AEE
Complementary color
Monochromatic Colors of #562AEE
Black with #562AEE
Text Example
Text Example
White with #562AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562AEE; }
p { color: rgb(86,42,238); }
H1.HeaderClassName
{
color: #562AEE;
}
.AnyTagClassName
{
color: #562AEE;
}
</style>
background-color css
<style>
a { background-color: #562AEE; }
a { background-color: rgb(86,42,238); }
div.DivClassName
{
background-color: #562AEE;
}
.BgClassName
{
background-color: #562AEE;
}
</style>
border-color css
<style>
span { border-color: #562AEE; }
span { border-color: rgb(86,42,238); }
td.TdClassName
{
border-color: #562AEE;
}
.TagClassName
{
border-color: #562AEE;
}
</style>