Shades of Han Purple #562BEE
Tints of Han Purple #562BEE
RGB
CMYK
RGB Variations
Color information
#562BEE (or 0x562BEE) is known color: Han Purple. HEX triplet: 56, 2B and EE. RGB value is (86,43,238). Sum of RGB (Red+Green+Blue) = 86+43+238=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #562BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562BEE is #A9D411. Grayscale: #4D4D4D. Windows color (decimal): -11129874 or 15608662. OLE color: 15608662.
HSL color Cylindrical-coordinate representation of color #562BEE: hue angle of 253.23º 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 #562BEE is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 43 | 238 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.07 |
| HSL | 253.23º | 0.85% | 0.55% | - |
| HSV(B) | 253.23º | 0.82% | 0.93% | - |
| XYZ | 20.13 | 9.88 | 81.73 | - |
| YUV | 78.09 | 218.25 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 238 | 0.64 | 0.82 | 0 | 0.07 | 253.23 | 0.85 | 0.55 |
| Hex | 56 | 2B | EE | 40 | 52 | 0 | 7 | FD | 55 | 37 |
| Octal | 126 | 53 | 356 | 100 | 122 | 0 | 7 | 375 | 125 | 67 |
| Binary | 1010110 | 101011 | 11101110 | 1000000 | 1010010 | 0 | 111 | 11111101 | 1010101 | 110111 |
Color Harmonies of #562BEE
Complementary color
Monochromatic Colors of #562BEE
Black with #562BEE
Text Example
Text Example
White with #562BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BEE; }
p { color: rgb(86,43,238); }
H1.HeaderClassName
{
color: #562BEE;
}
.AnyTagClassName
{
color: #562BEE;
}
</style>
background-color css
<style>
a { background-color: #562BEE; }
a { background-color: rgb(86,43,238); }
div.DivClassName
{
background-color: #562BEE;
}
.BgClassName
{
background-color: #562BEE;
}
</style>
border-color css
<style>
span { border-color: #562BEE; }
span { border-color: rgb(86,43,238); }
td.TdClassName
{
border-color: #562BEE;
}
.TagClassName
{
border-color: #562BEE;
}
</style>