Shades of Purple Heart #5519BA
Tints of Purple Heart #5519BA
RGB
CMYK
RGB Variations
Color information
#5519BA (or 0x5519BA) is known color: Purple Heart. HEX triplet: 55, 19 and BA. RGB value is (85,25,186). Sum of RGB (Red+Green+Blue) = 85+25+186=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #5519BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5519BA is #AAE645. Grayscale: #3C3C3C. Windows color (decimal): -11200070 or 12196181. OLE color: 12196181.
HSL color Cylindrical-coordinate representation of color #5519BA: hue angle of 262.36º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5519BA is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 25 | 186 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.27 |
| HSL | 262.36º | 0.76% | 0.41% | - |
| HSV(B) | 262.36º | 0.87% | 0.73% | - |
| XYZ | 12.96 | 6.17 | 46.96 | - |
| YUV | 61.29 | 198.38 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 186 | 0.54 | 0.87 | 0 | 0.27 | 262.36 | 0.76 | 0.41 |
| Hex | 55 | 19 | BA | 36 | 57 | 0 | 1B | 106 | 4C | 29 |
| Octal | 125 | 31 | 272 | 66 | 127 | 0 | 33 | 406 | 114 | 51 |
| Binary | 1010101 | 11001 | 10111010 | 110110 | 1010111 | 0 | 11011 | 100000110 | 1001100 | 101001 |
Color Harmonies of #5519BA
Complementary color
Monochromatic Colors of #5519BA
Black with #5519BA
Text Example
Text Example
White with #5519BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5519BA; }
p { color: rgb(85,25,186); }
H1.HeaderClassName
{
color: #5519BA;
}
.AnyTagClassName
{
color: #5519BA;
}
</style>
background-color css
<style>
a { background-color: #5519BA; }
a { background-color: rgb(85,25,186); }
div.DivClassName
{
background-color: #5519BA;
}
.BgClassName
{
background-color: #5519BA;
}
</style>
border-color css
<style>
span { border-color: #5519BA; }
span { border-color: rgb(85,25,186); }
td.TdClassName
{
border-color: #5519BA;
}
.TagClassName
{
border-color: #5519BA;
}
</style>