Shades of Han Purple #560EDC
Tints of Han Purple #560EDC
RGB
CMYK
RGB Variations
Color information
#560EDC (or 0x560EDC) is known color: Han Purple. HEX triplet: 56, 0E and DC. RGB value is (86,14,220). Sum of RGB (Red+Green+Blue) = 86+14+220=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #560EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560EDC is #A9F123. Grayscale: #3A3A3A. Windows color (decimal): -11137316 or 14421590. OLE color: 14421590.
HSL color Cylindrical-coordinate representation of color #560EDC: hue angle of 260.97º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560EDC is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 14 | 220 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.14 |
| HSL | 260.97º | 0.88% | 0.46% | - |
| HSV(B) | 260.97º | 0.94% | 0.86% | - |
| XYZ | 16.91 | 7.46 | 68.26 | - |
| YUV | 59.01 | 218.85 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 220 | 0.61 | 0.94 | 0 | 0.14 | 260.97 | 0.88 | 0.46 |
| Hex | 56 | E | DC | 3D | 5E | 0 | E | 105 | 58 | 2E |
| Octal | 126 | 16 | 334 | 75 | 136 | 0 | 16 | 405 | 130 | 56 |
| Binary | 1010110 | 1110 | 11011100 | 111101 | 1011110 | 0 | 1110 | 100000101 | 1011000 | 101110 |
Color Harmonies of #560EDC
Complementary color
Monochromatic Colors of #560EDC
Black with #560EDC
Text Example
Text Example
White with #560EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560EDC; }
p { color: rgb(86,14,220); }
H1.HeaderClassName
{
color: #560EDC;
}
.AnyTagClassName
{
color: #560EDC;
}
</style>
background-color css
<style>
a { background-color: #560EDC; }
a { background-color: rgb(86,14,220); }
div.DivClassName
{
background-color: #560EDC;
}
.BgClassName
{
background-color: #560EDC;
}
</style>
border-color css
<style>
span { border-color: #560EDC; }
span { border-color: rgb(86,14,220); }
td.TdClassName
{
border-color: #560EDC;
}
.TagClassName
{
border-color: #560EDC;
}
</style>