Shades of Han Purple #560EDB
Tints of Han Purple #560EDB
RGB
CMYK
RGB Variations
Color information
#560EDB (or 0x560EDB) is known color: Han Purple. HEX triplet: 56, 0E and DB. RGB value is (86,14,219). Sum of RGB (Red+Green+Blue) = 86+14+219=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #560EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560EDB is #A9F124. Grayscale: #3A3A3A. Windows color (decimal): -11137317 or 14356054. OLE color: 14356054.
HSL color Cylindrical-coordinate representation of color #560EDB: hue angle of 261.07º 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 #560EDB is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 14 | 219 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.14 |
| HSL | 261.07º | 0.88% | 0.46% | - |
| HSV(B) | 261.07º | 0.94% | 0.86% | - |
| XYZ | 16.78 | 7.41 | 67.56 | - |
| YUV | 58.9 | 218.35 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 219 | 0.61 | 0.94 | 0 | 0.14 | 261.07 | 0.88 | 0.46 |
| Hex | 56 | E | DB | 3D | 5E | 0 | E | 105 | 58 | 2E |
| Octal | 126 | 16 | 333 | 75 | 136 | 0 | 16 | 405 | 130 | 56 |
| Binary | 1010110 | 1110 | 11011011 | 111101 | 1011110 | 0 | 1110 | 100000101 | 1011000 | 101110 |
Color Harmonies of #560EDB
Complementary color
Monochromatic Colors of #560EDB
Black with #560EDB
Text Example
Text Example
White with #560EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560EDB; }
p { color: rgb(86,14,219); }
H1.HeaderClassName
{
color: #560EDB;
}
.AnyTagClassName
{
color: #560EDB;
}
</style>
background-color css
<style>
a { background-color: #560EDB; }
a { background-color: rgb(86,14,219); }
div.DivClassName
{
background-color: #560EDB;
}
.BgClassName
{
background-color: #560EDB;
}
</style>
border-color css
<style>
span { border-color: #560EDB; }
span { border-color: rgb(86,14,219); }
td.TdClassName
{
border-color: #560EDB;
}
.TagClassName
{
border-color: #560EDB;
}
</style>