Shades of Purple Heart #5516BA
Tints of Purple Heart #5516BA
RGB
CMYK
RGB Variations
Color information
#5516BA (or 0x5516BA) is known color: Purple Heart. HEX triplet: 55, 16 and BA. RGB value is (85,22,186). Sum of RGB (Red+Green+Blue) = 85+22+186=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #5516BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5516BA is #AAE945. Grayscale: #3A3A3A. Windows color (decimal): -11200838 or 12195413. OLE color: 12195413.
HSL color Cylindrical-coordinate representation of color #5516BA: hue angle of 263.05º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5516BA is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 22 | 186 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.27 |
| HSL | 263.05º | 0.79% | 0.41% | - |
| HSV(B) | 263.05º | 0.88% | 0.73% | - |
| XYZ | 12.9 | 6.05 | 46.94 | - |
| YUV | 59.53 | 199.37 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 186 | 0.54 | 0.88 | 0 | 0.27 | 263.05 | 0.79 | 0.41 |
| Hex | 55 | 16 | BA | 36 | 58 | 0 | 1B | 107 | 4F | 29 |
| Octal | 125 | 26 | 272 | 66 | 130 | 0 | 33 | 407 | 117 | 51 |
| Binary | 1010101 | 10110 | 10111010 | 110110 | 1011000 | 0 | 11011 | 100000111 | 1001111 | 101001 |
Color Harmonies of #5516BA
Complementary color
Monochromatic Colors of #5516BA
Black with #5516BA
Text Example
Text Example
White with #5516BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5516BA; }
p { color: rgb(85,22,186); }
H1.HeaderClassName
{
color: #5516BA;
}
.AnyTagClassName
{
color: #5516BA;
}
</style>
background-color css
<style>
a { background-color: #5516BA; }
a { background-color: rgb(85,22,186); }
div.DivClassName
{
background-color: #5516BA;
}
.BgClassName
{
background-color: #5516BA;
}
</style>
border-color css
<style>
span { border-color: #5516BA; }
span { border-color: rgb(85,22,186); }
td.TdClassName
{
border-color: #5516BA;
}
.TagClassName
{
border-color: #5516BA;
}
</style>