Shades of Purple Heart #5719BA
Tints of Purple Heart #5719BA
RGB
CMYK
RGB Variations
Color information
#5719BA (or 0x5719BA) is known color: Purple Heart. HEX triplet: 57, 19 and BA. RGB value is (87,25,186). Sum of RGB (Red+Green+Blue) = 87+25+186=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #5719BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5719BA is #A8E645. Grayscale: #3D3D3D. Windows color (decimal): -11068998 or 12196183. OLE color: 12196183.
HSL color Cylindrical-coordinate representation of color #5719BA: hue angle of 263.11º 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 #5719BA is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 25 | 186 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.27 |
| HSL | 263.11º | 0.76% | 0.41% | - |
| HSV(B) | 263.11º | 0.87% | 0.73% | - |
| XYZ | 13.14 | 6.27 | 46.97 | - |
| YUV | 61.89 | 198.04 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 186 | 0.53 | 0.87 | 0 | 0.27 | 263.11 | 0.76 | 0.41 |
| Hex | 57 | 19 | BA | 35 | 57 | 0 | 1B | 107 | 4C | 29 |
| Octal | 127 | 31 | 272 | 65 | 127 | 0 | 33 | 407 | 114 | 51 |
| Binary | 1010111 | 11001 | 10111010 | 110101 | 1010111 | 0 | 11011 | 100000111 | 1001100 | 101001 |
Color Harmonies of #5719BA
Complementary color
Monochromatic Colors of #5719BA
Black with #5719BA
Text Example
Text Example
White with #5719BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5719BA; }
p { color: rgb(87,25,186); }
H1.HeaderClassName
{
color: #5719BA;
}
.AnyTagClassName
{
color: #5719BA;
}
</style>
background-color css
<style>
a { background-color: #5719BA; }
a { background-color: rgb(87,25,186); }
div.DivClassName
{
background-color: #5719BA;
}
.BgClassName
{
background-color: #5719BA;
}
</style>
border-color css
<style>
span { border-color: #5719BA; }
span { border-color: rgb(87,25,186); }
td.TdClassName
{
border-color: #5719BA;
}
.TagClassName
{
border-color: #5719BA;
}
</style>