Shades of Han Purple #562BE4
Tints of Han Purple #562BE4
RGB
CMYK
RGB Variations
Color information
#562BE4 (or 0x562BE4) is known color: Han Purple. HEX triplet: 56, 2B and E4. RGB value is (86,43,228). Sum of RGB (Red+Green+Blue) = 86+43+228=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 228 (89.45% from 255 or 63.87% from 357); Max value from RGB is 228 - color contains mainly: blue. Hex color #562BE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562BE4 is #A9D41B. Grayscale: #4C4C4C. Windows color (decimal): -11129884 or 14953302. OLE color: 14953302.
HSL color Cylindrical-coordinate representation of color #562BE4: hue angle of 253.95º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #562BE4 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 43 | 228 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.11 |
| HSL | 253.95º | 0.77% | 0.53% | - |
| HSV(B) | 253.95º | 0.81% | 0.89% | - |
| XYZ | 18.71 | 9.31 | 74.21 | - |
| YUV | 76.95 | 213.25 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 228 | 0.62 | 0.81 | 0 | 0.11 | 253.95 | 0.77 | 0.53 |
| Hex | 56 | 2B | E4 | 3E | 51 | 0 | B | FE | 4D | 35 |
| Octal | 126 | 53 | 344 | 76 | 121 | 0 | 13 | 376 | 115 | 65 |
| Binary | 1010110 | 101011 | 11100100 | 111110 | 1010001 | 0 | 1011 | 11111110 | 1001101 | 110101 |
Color Harmonies of #562BE4
Complementary color
Monochromatic Colors of #562BE4
Black with #562BE4
Text Example
Text Example
White with #562BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BE4; }
p { color: rgb(86,43,228); }
H1.HeaderClassName
{
color: #562BE4;
}
.AnyTagClassName
{
color: #562BE4;
}
</style>
background-color css
<style>
a { background-color: #562BE4; }
a { background-color: rgb(86,43,228); }
div.DivClassName
{
background-color: #562BE4;
}
.BgClassName
{
background-color: #562BE4;
}
</style>
border-color css
<style>
span { border-color: #562BE4; }
span { border-color: rgb(86,43,228); }
td.TdClassName
{
border-color: #562BE4;
}
.TagClassName
{
border-color: #562BE4;
}
</style>