Shades of Han Purple #560EDD
Tints of Han Purple #560EDD
RGB
CMYK
RGB Variations
Color information
#560EDD (or 0x560EDD) is known color: Han Purple. HEX triplet: 56, 0E and DD. RGB value is (86,14,221). Sum of RGB (Red+Green+Blue) = 86+14+221=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #560EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560EDD is #A9F122. Grayscale: #3A3A3A. Windows color (decimal): -11137315 or 14487126. OLE color: 14487126.
HSL color Cylindrical-coordinate representation of color #560EDD: hue angle of 260.87º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560EDD is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 14 | 221 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.13 |
| HSL | 260.87º | 0.88% | 0.46% | - |
| HSV(B) | 260.87º | 0.94% | 0.87% | - |
| XYZ | 17.05 | 7.51 | 68.96 | - |
| YUV | 59.13 | 219.35 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 221 | 0.61 | 0.94 | 0 | 0.13 | 260.87 | 0.88 | 0.46 |
| Hex | 56 | E | DD | 3D | 5E | 0 | D | 105 | 58 | 2E |
| Octal | 126 | 16 | 335 | 75 | 136 | 0 | 15 | 405 | 130 | 56 |
| Binary | 1010110 | 1110 | 11011101 | 111101 | 1011110 | 0 | 1101 | 100000101 | 1011000 | 101110 |
Color Harmonies of #560EDD
Complementary color
Monochromatic Colors of #560EDD
Black with #560EDD
Text Example
Text Example
White with #560EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560EDD; }
p { color: rgb(86,14,221); }
H1.HeaderClassName
{
color: #560EDD;
}
.AnyTagClassName
{
color: #560EDD;
}
</style>
background-color css
<style>
a { background-color: #560EDD; }
a { background-color: rgb(86,14,221); }
div.DivClassName
{
background-color: #560EDD;
}
.BgClassName
{
background-color: #560EDD;
}
</style>
border-color css
<style>
span { border-color: #560EDD; }
span { border-color: rgb(86,14,221); }
td.TdClassName
{
border-color: #560EDD;
}
.TagClassName
{
border-color: #560EDD;
}
</style>