Shades of Purple Heart #560FBC
Tints of Purple Heart #560FBC
RGB
CMYK
RGB Variations
Color information
#560FBC (or 0x560FBC) is known color: Purple Heart. HEX triplet: 56, 0F and BC. RGB value is (86,15,188). Sum of RGB (Red+Green+Blue) = 86+15+188=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #560FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FBC is #A9F043. Grayscale: #373737. Windows color (decimal): -11137092 or 12324694. OLE color: 12324694.
HSL color Cylindrical-coordinate representation of color #560FBC: hue angle of 264.62º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560FBC is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 15 | 188 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.26 |
| HSL | 264.62º | 0.85% | 0.4% | - |
| HSV(B) | 264.62º | 0.92% | 0.74% | - |
| XYZ | 13.09 | 5.95 | 48.04 | - |
| YUV | 55.95 | 202.52 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 188 | 0.54 | 0.92 | 0 | 0.26 | 264.62 | 0.85 | 0.4 |
| Hex | 56 | F | BC | 36 | 5C | 0 | 1A | 109 | 55 | 28 |
| Octal | 126 | 17 | 274 | 66 | 134 | 0 | 32 | 411 | 125 | 50 |
| Binary | 1010110 | 1111 | 10111100 | 110110 | 1011100 | 0 | 11010 | 100001001 | 1010101 | 101000 |
Color Harmonies of #560FBC
Complementary color
Monochromatic Colors of #560FBC
Black with #560FBC
Text Example
Text Example
White with #560FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FBC; }
p { color: rgb(86,15,188); }
H1.HeaderClassName
{
color: #560FBC;
}
.AnyTagClassName
{
color: #560FBC;
}
</style>
background-color css
<style>
a { background-color: #560FBC; }
a { background-color: rgb(86,15,188); }
div.DivClassName
{
background-color: #560FBC;
}
.BgClassName
{
background-color: #560FBC;
}
</style>
border-color css
<style>
span { border-color: #560FBC; }
span { border-color: rgb(86,15,188); }
td.TdClassName
{
border-color: #560FBC;
}
.TagClassName
{
border-color: #560FBC;
}
</style>