Shades of Purple Heart #560BB3
Tints of Purple Heart #560BB3
RGB
CMYK
RGB Variations
Color information
#560BB3 (or 0x560BB3) is known color: Purple Heart. HEX triplet: 56, 0B and B3. RGB value is (86,11,179). Sum of RGB (Red+Green+Blue) = 86+11+179=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 179 (70.31% from 255 or 64.86% from 276); Max value from RGB is 179 - color contains mainly: blue. Hex color #560BB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560BB3 is #A9F44C. Grayscale: #333333. Windows color (decimal): -11138125 or 11733846. OLE color: 11733846.
HSL color Cylindrical-coordinate representation of color #560BB3: hue angle of 266.79º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560BB3 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 11 | 179 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.30 |
| HSL | 266.79º | 0.88% | 0.37% | - |
| HSV(B) | 266.79º | 0.94% | 0.7% | - |
| XYZ | 12.09 | 5.47 | 43.07 | - |
| YUV | 52.58 | 199.35 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 179 | 0.52 | 0.94 | 0 | 0.30 | 266.79 | 0.88 | 0.37 |
| Hex | 56 | B | B3 | 34 | 5E | 0 | 1E | 10B | 58 | 25 |
| Octal | 126 | 13 | 263 | 64 | 136 | 0 | 36 | 413 | 130 | 45 |
| Binary | 1010110 | 1011 | 10110011 | 110100 | 1011110 | 0 | 11110 | 100001011 | 1011000 | 100101 |
Color Harmonies of #560BB3
Complementary color
Monochromatic Colors of #560BB3
Black with #560BB3
Text Example
Text Example
White with #560BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560BB3; }
p { color: rgb(86,11,179); }
H1.HeaderClassName
{
color: #560BB3;
}
.AnyTagClassName
{
color: #560BB3;
}
</style>
background-color css
<style>
a { background-color: #560BB3; }
a { background-color: rgb(86,11,179); }
div.DivClassName
{
background-color: #560BB3;
}
.BgClassName
{
background-color: #560BB3;
}
</style>
border-color css
<style>
span { border-color: #560BB3; }
span { border-color: rgb(86,11,179); }
td.TdClassName
{
border-color: #560BB3;
}
.TagClassName
{
border-color: #560BB3;
}
</style>