Shades of Han Purple #562DEE
Tints of Han Purple #562DEE
RGB
CMYK
RGB Variations
Color information
#562DEE (or 0x562DEE) is known color: Han Purple. HEX triplet: 56, 2D and EE. RGB value is (86,45,238). Sum of RGB (Red+Green+Blue) = 86+45+238=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #562DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562DEE is #A9D211. Grayscale: #4E4E4E. Windows color (decimal): -11129362 or 15609174. OLE color: 15609174.
HSL color Cylindrical-coordinate representation of color #562DEE: hue angle of 252.75º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #562DEE is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 45 | 238 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.07 |
| HSL | 252.75º | 0.85% | 0.55% | - |
| HSV(B) | 252.75º | 0.81% | 0.93% | - |
| XYZ | 20.21 | 10.03 | 81.76 | - |
| YUV | 79.26 | 217.58 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 238 | 0.64 | 0.81 | 0 | 0.07 | 252.75 | 0.85 | 0.55 |
| Hex | 56 | 2D | EE | 40 | 51 | 0 | 7 | FD | 55 | 37 |
| Octal | 126 | 55 | 356 | 100 | 121 | 0 | 7 | 375 | 125 | 67 |
| Binary | 1010110 | 101101 | 11101110 | 1000000 | 1010001 | 0 | 111 | 11111101 | 1010101 | 110111 |
Color Harmonies of #562DEE
Complementary color
Monochromatic Colors of #562DEE
Black with #562DEE
Text Example
Text Example
White with #562DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562DEE; }
p { color: rgb(86,45,238); }
H1.HeaderClassName
{
color: #562DEE;
}
.AnyTagClassName
{
color: #562DEE;
}
</style>
background-color css
<style>
a { background-color: #562DEE; }
a { background-color: rgb(86,45,238); }
div.DivClassName
{
background-color: #562DEE;
}
.BgClassName
{
background-color: #562DEE;
}
</style>
border-color css
<style>
span { border-color: #562DEE; }
span { border-color: rgb(86,45,238); }
td.TdClassName
{
border-color: #562DEE;
}
.TagClassName
{
border-color: #562DEE;
}
</style>