Shades of Han Purple #560FDB
Tints of Han Purple #560FDB
RGB
CMYK
RGB Variations
Color information
#560FDB (or 0x560FDB) is known color: Han Purple. HEX triplet: 56, 0F and DB. RGB value is (86,15,219). Sum of RGB (Red+Green+Blue) = 86+15+219=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #560FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FDB is #A9F024. Grayscale: #3A3A3A. Windows color (decimal): -11137061 or 14356310. OLE color: 14356310.
HSL color Cylindrical-coordinate representation of color #560FDB: hue angle of 260.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560FDB is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 15 | 219 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.14 |
| HSL | 260.88º | 0.87% | 0.46% | - |
| HSV(B) | 260.88º | 0.93% | 0.86% | - |
| XYZ | 16.79 | 7.43 | 67.57 | - |
| YUV | 59.49 | 218.02 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 219 | 0.61 | 0.93 | 0 | 0.14 | 260.88 | 0.87 | 0.46 |
| Hex | 56 | F | DB | 3D | 5D | 0 | E | 105 | 57 | 2E |
| Octal | 126 | 17 | 333 | 75 | 135 | 0 | 16 | 405 | 127 | 56 |
| Binary | 1010110 | 1111 | 11011011 | 111101 | 1011101 | 0 | 1110 | 100000101 | 1010111 | 101110 |
Color Harmonies of #560FDB
Complementary color
Monochromatic Colors of #560FDB
Black with #560FDB
Text Example
Text Example
White with #560FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FDB; }
p { color: rgb(86,15,219); }
H1.HeaderClassName
{
color: #560FDB;
}
.AnyTagClassName
{
color: #560FDB;
}
</style>
background-color css
<style>
a { background-color: #560FDB; }
a { background-color: rgb(86,15,219); }
div.DivClassName
{
background-color: #560FDB;
}
.BgClassName
{
background-color: #560FDB;
}
</style>
border-color css
<style>
span { border-color: #560FDB; }
span { border-color: rgb(86,15,219); }
td.TdClassName
{
border-color: #560FDB;
}
.TagClassName
{
border-color: #560FDB;
}
</style>