Shades of Han Purple #562BEF
Tints of Han Purple #562BEF
RGB
CMYK
RGB Variations
Color information
#562BEF (or 0x562BEF) is known color: Han Purple. HEX triplet: 56, 2B and EF. RGB value is (86,43,239). Sum of RGB (Red+Green+Blue) = 86+43+239=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #562BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562BEF is #A9D410. Grayscale: #4D4D4D. Windows color (decimal): -11129873 or 15674198. OLE color: 15674198.
HSL color Cylindrical-coordinate representation of color #562BEF: hue angle of 253.16º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #562BEF is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 43 | 239 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.06 |
| HSL | 253.16º | 0.86% | 0.55% | - |
| HSV(B) | 253.16º | 0.82% | 0.94% | - |
| XYZ | 20.28 | 9.94 | 82.51 | - |
| YUV | 78.2 | 218.75 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 239 | 0.64 | 0.82 | 0 | 0.06 | 253.16 | 0.86 | 0.55 |
| Hex | 56 | 2B | EF | 40 | 52 | 0 | 6 | FD | 56 | 37 |
| Octal | 126 | 53 | 357 | 100 | 122 | 0 | 6 | 375 | 126 | 67 |
| Binary | 1010110 | 101011 | 11101111 | 1000000 | 1010010 | 0 | 110 | 11111101 | 1010110 | 110111 |
Color Harmonies of #562BEF
Complementary color
Monochromatic Colors of #562BEF
Black with #562BEF
Text Example
Text Example
White with #562BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BEF; }
p { color: rgb(86,43,239); }
H1.HeaderClassName
{
color: #562BEF;
}
.AnyTagClassName
{
color: #562BEF;
}
</style>
background-color css
<style>
a { background-color: #562BEF; }
a { background-color: rgb(86,43,239); }
div.DivClassName
{
background-color: #562BEF;
}
.BgClassName
{
background-color: #562BEF;
}
</style>
border-color css
<style>
span { border-color: #562BEF; }
span { border-color: rgb(86,43,239); }
td.TdClassName
{
border-color: #562BEF;
}
.TagClassName
{
border-color: #562BEF;
}
</style>