Shades of Purple Heart #560DBA
Tints of Purple Heart #560DBA
RGB
CMYK
RGB Variations
Color information
#560DBA (or 0x560DBA) is known color: Purple Heart. HEX triplet: 56, 0D and BA. RGB value is (86,13,186). Sum of RGB (Red+Green+Blue) = 86+13+186=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #560DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560DBA is #A9F245. Grayscale: #353535. Windows color (decimal): -11137606 or 12193110. OLE color: 12193110.
HSL color Cylindrical-coordinate representation of color #560DBA: hue angle of 265.32º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560DBA is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 13 | 186 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.27 |
| HSL | 265.32º | 0.87% | 0.39% | - |
| HSV(B) | 265.32º | 0.93% | 0.73% | - |
| XYZ | 12.84 | 5.81 | 46.9 | - |
| YUV | 54.55 | 202.18 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 186 | 0.54 | 0.93 | 0 | 0.27 | 265.32 | 0.87 | 0.39 |
| Hex | 56 | D | BA | 36 | 5D | 0 | 1B | 109 | 57 | 27 |
| Octal | 126 | 15 | 272 | 66 | 135 | 0 | 33 | 411 | 127 | 47 |
| Binary | 1010110 | 1101 | 10111010 | 110110 | 1011101 | 0 | 11011 | 100001001 | 1010111 | 100111 |
Color Harmonies of #560DBA
Complementary color
Monochromatic Colors of #560DBA
Black with #560DBA
Text Example
Text Example
White with #560DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560DBA; }
p { color: rgb(86,13,186); }
H1.HeaderClassName
{
color: #560DBA;
}
.AnyTagClassName
{
color: #560DBA;
}
</style>
background-color css
<style>
a { background-color: #560DBA; }
a { background-color: rgb(86,13,186); }
div.DivClassName
{
background-color: #560DBA;
}
.BgClassName
{
background-color: #560DBA;
}
</style>
border-color css
<style>
span { border-color: #560DBA; }
span { border-color: rgb(86,13,186); }
td.TdClassName
{
border-color: #560DBA;
}
.TagClassName
{
border-color: #560DBA;
}
</style>