Shades of Purple Heart #5512BA
Tints of Purple Heart #5512BA
RGB
CMYK
RGB Variations
Color information
#5512BA (or 0x5512BA) is known color: Purple Heart. HEX triplet: 55, 12 and BA. RGB value is (85,18,186). Sum of RGB (Red+Green+Blue) = 85+18+186=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #5512BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5512BA is #AAED45. Grayscale: #383838. Windows color (decimal): -11201862 or 12194389. OLE color: 12194389.
HSL color Cylindrical-coordinate representation of color #5512BA: hue angle of 263.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5512BA is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 18 | 186 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.27 |
| HSL | 263.93º | 0.82% | 0.4% | - |
| HSV(B) | 263.93º | 0.9% | 0.73% | - |
| XYZ | 12.83 | 5.91 | 46.92 | - |
| YUV | 57.19 | 200.7 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 186 | 0.54 | 0.90 | 0 | 0.27 | 263.93 | 0.82 | 0.4 |
| Hex | 55 | 12 | BA | 36 | 5A | 0 | 1B | 108 | 52 | 28 |
| Octal | 125 | 22 | 272 | 66 | 132 | 0 | 33 | 410 | 122 | 50 |
| Binary | 1010101 | 10010 | 10111010 | 110110 | 1011010 | 0 | 11011 | 100001000 | 1010010 | 101000 |
Color Harmonies of #5512BA
Complementary color
Monochromatic Colors of #5512BA
Black with #5512BA
Text Example
Text Example
White with #5512BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5512BA; }
p { color: rgb(85,18,186); }
H1.HeaderClassName
{
color: #5512BA;
}
.AnyTagClassName
{
color: #5512BA;
}
</style>
background-color css
<style>
a { background-color: #5512BA; }
a { background-color: rgb(85,18,186); }
div.DivClassName
{
background-color: #5512BA;
}
.BgClassName
{
background-color: #5512BA;
}
</style>
border-color css
<style>
span { border-color: #5512BA; }
span { border-color: rgb(85,18,186); }
td.TdClassName
{
border-color: #5512BA;
}
.TagClassName
{
border-color: #5512BA;
}
</style>