Shades of Purple Heart #560BAE
Tints of Purple Heart #560BAE
RGB
CMYK
RGB Variations
Color information
#560BAE (or 0x560BAE) is known color: Purple Heart. HEX triplet: 56, 0B and AE. RGB value is (86,11,174). Sum of RGB (Red+Green+Blue) = 86+11+174=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #560BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560BAE is #A9F451. Grayscale: #333333. Windows color (decimal): -11138130 or 11406166. OLE color: 11406166.
HSL color Cylindrical-coordinate representation of color #560BAE: hue angle of 267.61º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560BAE is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 11 | 174 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.32 |
| HSL | 267.61º | 0.88% | 0.36% | - |
| HSV(B) | 267.61º | 0.94% | 0.68% | - |
| XYZ | 11.6 | 5.27 | 40.45 | - |
| YUV | 52.01 | 196.85 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 174 | 0.51 | 0.94 | 0 | 0.32 | 267.61 | 0.88 | 0.36 |
| Hex | 56 | B | AE | 33 | 5E | 0 | 20 | 10C | 58 | 24 |
| Octal | 126 | 13 | 256 | 63 | 136 | 0 | 40 | 414 | 130 | 44 |
| Binary | 1010110 | 1011 | 10101110 | 110011 | 1011110 | 0 | 100000 | 100001100 | 1011000 | 100100 |
Color Harmonies of #560BAE
Complementary color
Monochromatic Colors of #560BAE
Black with #560BAE
Text Example
Text Example
White with #560BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560BAE; }
p { color: rgb(86,11,174); }
H1.HeaderClassName
{
color: #560BAE;
}
.AnyTagClassName
{
color: #560BAE;
}
</style>
background-color css
<style>
a { background-color: #560BAE; }
a { background-color: rgb(86,11,174); }
div.DivClassName
{
background-color: #560BAE;
}
.BgClassName
{
background-color: #560BAE;
}
</style>
border-color css
<style>
span { border-color: #560BAE; }
span { border-color: rgb(86,11,174); }
td.TdClassName
{
border-color: #560BAE;
}
.TagClassName
{
border-color: #560BAE;
}
</style>