Shades of Han Purple #560EEF
Tints of Han Purple #560EEF
RGB
CMYK
RGB Variations
Color information
#560EEF (or 0x560EEF) is known color: Han Purple. HEX triplet: 56, 0E and EF. RGB value is (86,14,239). Sum of RGB (Red+Green+Blue) = 86+14+239=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #560EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560EEF is #A9F110. Grayscale: #3C3C3C. Windows color (decimal): -11137297 or 15666774. OLE color: 15666774.
HSL color Cylindrical-coordinate representation of color #560EEF: hue angle of 259.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560EEF is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 14 | 239 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.06 |
| HSL | 259.2º | 0.89% | 0.5% | - |
| HSV(B) | 259.2º | 0.94% | 0.94% | - |
| XYZ | 19.57 | 8.52 | 82.28 | - |
| YUV | 61.18 | 228.35 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 239 | 0.64 | 0.94 | 0 | 0.06 | 259.2 | 0.89 | 0.5 |
| Hex | 56 | E | EF | 40 | 5E | 0 | 6 | 103 | 59 | 32 |
| Octal | 126 | 16 | 357 | 100 | 136 | 0 | 6 | 403 | 131 | 62 |
| Binary | 1010110 | 1110 | 11101111 | 1000000 | 1011110 | 0 | 110 | 100000011 | 1011001 | 110010 |
Color Harmonies of #560EEF
Complementary color
Monochromatic Colors of #560EEF
Black with #560EEF
Text Example
Text Example
White with #560EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560EEF; }
p { color: rgb(86,14,239); }
H1.HeaderClassName
{
color: #560EEF;
}
.AnyTagClassName
{
color: #560EEF;
}
</style>
background-color css
<style>
a { background-color: #560EEF; }
a { background-color: rgb(86,14,239); }
div.DivClassName
{
background-color: #560EEF;
}
.BgClassName
{
background-color: #560EEF;
}
</style>
border-color css
<style>
span { border-color: #560EEF; }
span { border-color: rgb(86,14,239); }
td.TdClassName
{
border-color: #560EEF;
}
.TagClassName
{
border-color: #560EEF;
}
</style>