Shades of Purple Heart #5919AA
Tints of Purple Heart #5919AA
RGB
CMYK
RGB Variations
Color information
#5919AA (or 0x5919AA) is known color: Purple Heart. HEX triplet: 59, 19 and AA. RGB value is (89,25,170). Sum of RGB (Red+Green+Blue) = 89+25+170=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #5919AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5919AA is #A6E655. Grayscale: #3C3C3C. Windows color (decimal): -10937942 or 11147609. OLE color: 11147609.
HSL color Cylindrical-coordinate representation of color #5919AA: hue angle of 266.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 #5919AA is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 25 | 170 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.33 |
| HSL | 266.48º | 0.74% | 0.38% | - |
| HSV(B) | 266.48º | 0.85% | 0.67% | - |
| XYZ | 11.72 | 5.72 | 38.52 | - |
| YUV | 60.67 | 189.7 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 170 | 0.48 | 0.85 | 0 | 0.33 | 266.48 | 0.74 | 0.38 |
| Hex | 59 | 19 | AA | 30 | 55 | 0 | 21 | 10A | 4A | 26 |
| Octal | 131 | 31 | 252 | 60 | 125 | 0 | 41 | 412 | 112 | 46 |
| Binary | 1011001 | 11001 | 10101010 | 110000 | 1010101 | 0 | 100001 | 100001010 | 1001010 | 100110 |
Color Harmonies of #5919AA
Complementary color
Monochromatic Colors of #5919AA
Black with #5919AA
Text Example
Text Example
White with #5919AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5919AA; }
p { color: rgb(89,25,170); }
H1.HeaderClassName
{
color: #5919AA;
}
.AnyTagClassName
{
color: #5919AA;
}
</style>
background-color css
<style>
a { background-color: #5919AA; }
a { background-color: rgb(89,25,170); }
div.DivClassName
{
background-color: #5919AA;
}
.BgClassName
{
background-color: #5919AA;
}
</style>
border-color css
<style>
span { border-color: #5919AA; }
span { border-color: rgb(89,25,170); }
td.TdClassName
{
border-color: #5919AA;
}
.TagClassName
{
border-color: #5919AA;
}
</style>