Shades of Han Purple #560CDB
Tints of Han Purple #560CDB
RGB
CMYK
RGB Variations
Color information
#560CDB (or 0x560CDB) is known color: Han Purple. HEX triplet: 56, 0C and DB. RGB value is (86,12,219). Sum of RGB (Red+Green+Blue) = 86+12+219=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #560CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560CDB is #A9F324. Grayscale: #383838. Windows color (decimal): -11137829 or 14355542. OLE color: 14355542.
HSL color Cylindrical-coordinate representation of color #560CDB: hue angle of 261.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560CDB is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 12 | 219 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.14 |
| HSL | 261.45º | 0.9% | 0.45% | - |
| HSV(B) | 261.45º | 0.95% | 0.86% | - |
| XYZ | 16.76 | 7.36 | 67.55 | - |
| YUV | 57.72 | 219.02 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 219 | 0.61 | 0.95 | 0 | 0.14 | 261.45 | 0.9 | 0.45 |
| Hex | 56 | C | DB | 3D | 5F | 0 | E | 105 | 5A | 2D |
| Octal | 126 | 14 | 333 | 75 | 137 | 0 | 16 | 405 | 132 | 55 |
| Binary | 1010110 | 1100 | 11011011 | 111101 | 1011111 | 0 | 1110 | 100000101 | 1011010 | 101101 |
Color Harmonies of #560CDB
Complementary color
Monochromatic Colors of #560CDB
Black with #560CDB
Text Example
Text Example
White with #560CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560CDB; }
p { color: rgb(86,12,219); }
H1.HeaderClassName
{
color: #560CDB;
}
.AnyTagClassName
{
color: #560CDB;
}
</style>
background-color css
<style>
a { background-color: #560CDB; }
a { background-color: rgb(86,12,219); }
div.DivClassName
{
background-color: #560CDB;
}
.BgClassName
{
background-color: #560CDB;
}
</style>
border-color css
<style>
span { border-color: #560CDB; }
span { border-color: rgb(86,12,219); }
td.TdClassName
{
border-color: #560CDB;
}
.TagClassName
{
border-color: #560CDB;
}
</style>