Shades of Purple Heart #5719AB
Tints of Purple Heart #5719AB
RGB
CMYK
RGB Variations
Color information
#5719AB (or 0x5719AB) is known color: Purple Heart. HEX triplet: 57, 19 and AB. RGB value is (87,25,171). Sum of RGB (Red+Green+Blue) = 87+25+171=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #5719AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5719AB is #A8E654. Grayscale: #3B3B3B. Windows color (decimal): -11069013 or 11213143. OLE color: 11213143.
HSL color Cylindrical-coordinate representation of color #5719AB: hue angle of 265.48º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5719AB is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 25 | 171 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.33 |
| HSL | 265.48º | 0.74% | 0.38% | - |
| HSV(B) | 265.48º | 0.85% | 0.67% | - |
| XYZ | 11.63 | 5.66 | 39.01 | - |
| YUV | 60.18 | 190.54 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 171 | 0.49 | 0.85 | 0 | 0.33 | 265.48 | 0.74 | 0.38 |
| Hex | 57 | 19 | AB | 31 | 55 | 0 | 21 | 109 | 4A | 26 |
| Octal | 127 | 31 | 253 | 61 | 125 | 0 | 41 | 411 | 112 | 46 |
| Binary | 1010111 | 11001 | 10101011 | 110001 | 1010101 | 0 | 100001 | 100001001 | 1001010 | 100110 |
Color Harmonies of #5719AB
Complementary color
Monochromatic Colors of #5719AB
Black with #5719AB
Text Example
Text Example
White with #5719AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5719AB; }
p { color: rgb(87,25,171); }
H1.HeaderClassName
{
color: #5719AB;
}
.AnyTagClassName
{
color: #5719AB;
}
</style>
background-color css
<style>
a { background-color: #5719AB; }
a { background-color: rgb(87,25,171); }
div.DivClassName
{
background-color: #5719AB;
}
.BgClassName
{
background-color: #5719AB;
}
</style>
border-color css
<style>
span { border-color: #5719AB; }
span { border-color: rgb(87,25,171); }
td.TdClassName
{
border-color: #5719AB;
}
.TagClassName
{
border-color: #5719AB;
}
</style>