Shades of Han Purple #562EEF
Tints of Han Purple #562EEF
RGB
CMYK
RGB Variations
Color information
#562EEF (or 0x562EEF) is known color: Han Purple. HEX triplet: 56, 2E and EF. RGB value is (86,46,239). Sum of RGB (Red+Green+Blue) = 86+46+239=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #562EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562EEF is #A9D110. Grayscale: #4F4F4F. Windows color (decimal): -11129105 or 15674966. OLE color: 15674966.
HSL color Cylindrical-coordinate representation of color #562EEF: hue angle of 252.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #562EEF is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 46 | 239 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.06 |
| HSL | 252.44º | 0.86% | 0.56% | - |
| HSV(B) | 252.44º | 0.81% | 0.94% | - |
| XYZ | 20.39 | 10.16 | 82.55 | - |
| YUV | 79.96 | 217.75 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 239 | 0.64 | 0.81 | 0 | 0.06 | 252.44 | 0.86 | 0.56 |
| Hex | 56 | 2E | EF | 40 | 51 | 0 | 6 | FC | 56 | 38 |
| Octal | 126 | 56 | 357 | 100 | 121 | 0 | 6 | 374 | 126 | 70 |
| Binary | 1010110 | 101110 | 11101111 | 1000000 | 1010001 | 0 | 110 | 11111100 | 1010110 | 111000 |
Color Harmonies of #562EEF
Complementary color
Monochromatic Colors of #562EEF
Black with #562EEF
Text Example
Text Example
White with #562EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562EEF; }
p { color: rgb(86,46,239); }
H1.HeaderClassName
{
color: #562EEF;
}
.AnyTagClassName
{
color: #562EEF;
}
</style>
background-color css
<style>
a { background-color: #562EEF; }
a { background-color: rgb(86,46,239); }
div.DivClassName
{
background-color: #562EEF;
}
.BgClassName
{
background-color: #562EEF;
}
</style>
border-color css
<style>
span { border-color: #562EEF; }
span { border-color: rgb(86,46,239); }
td.TdClassName
{
border-color: #562EEF;
}
.TagClassName
{
border-color: #562EEF;
}
</style>