Shades of Purple Heart #560BBC
Tints of Purple Heart #560BBC
RGB
CMYK
RGB Variations
Color information
#560BBC (or 0x560BBC) is known color: Purple Heart. HEX triplet: 56, 0B and BC. RGB value is (86,11,188). Sum of RGB (Red+Green+Blue) = 86+11+188=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #560BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560BBC is #A9F443. Grayscale: #343434. Windows color (decimal): -11138116 or 12323670. OLE color: 12323670.
HSL color Cylindrical-coordinate representation of color #560BBC: hue angle of 265.42º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560BBC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 11 | 188 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.26 |
| HSL | 265.42º | 0.89% | 0.39% | - |
| HSV(B) | 265.42º | 0.94% | 0.74% | - |
| XYZ | 13.03 | 5.85 | 48.02 | - |
| YUV | 53.6 | 203.85 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 188 | 0.54 | 0.94 | 0 | 0.26 | 265.42 | 0.89 | 0.39 |
| Hex | 56 | B | BC | 36 | 5E | 0 | 1A | 109 | 59 | 27 |
| Octal | 126 | 13 | 274 | 66 | 136 | 0 | 32 | 411 | 131 | 47 |
| Binary | 1010110 | 1011 | 10111100 | 110110 | 1011110 | 0 | 11010 | 100001001 | 1011001 | 100111 |
Color Harmonies of #560BBC
Complementary color
Monochromatic Colors of #560BBC
Black with #560BBC
Text Example
Text Example
White with #560BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560BBC; }
p { color: rgb(86,11,188); }
H1.HeaderClassName
{
color: #560BBC;
}
.AnyTagClassName
{
color: #560BBC;
}
</style>
background-color css
<style>
a { background-color: #560BBC; }
a { background-color: rgb(86,11,188); }
div.DivClassName
{
background-color: #560BBC;
}
.BgClassName
{
background-color: #560BBC;
}
</style>
border-color css
<style>
span { border-color: #560BBC; }
span { border-color: rgb(86,11,188); }
td.TdClassName
{
border-color: #560BBC;
}
.TagClassName
{
border-color: #560BBC;
}
</style>