Shades of Purple Heart #5519AA
Tints of Purple Heart #5519AA
RGB
CMYK
RGB Variations
Color information
#5519AA (or 0x5519AA) is known color: Purple Heart. HEX triplet: 55, 19 and AA. RGB value is (85,25,170). Sum of RGB (Red+Green+Blue) = 85+25+170=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #5519AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5519AA is #AAE655. Grayscale: #3A3A3A. Windows color (decimal): -11200086 or 11147605. OLE color: 11147605.
HSL color Cylindrical-coordinate representation of color #5519AA: hue angle of 264.83º 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 #5519AA is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 25 | 170 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.33 |
| HSL | 264.83º | 0.74% | 0.38% | - |
| HSV(B) | 264.83º | 0.85% | 0.67% | - |
| XYZ | 11.35 | 5.53 | 38.5 | - |
| YUV | 59.47 | 190.38 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 170 | 0.50 | 0.85 | 0 | 0.33 | 264.83 | 0.74 | 0.38 |
| Hex | 55 | 19 | AA | 32 | 55 | 0 | 21 | 109 | 4A | 26 |
| Octal | 125 | 31 | 252 | 62 | 125 | 0 | 41 | 411 | 112 | 46 |
| Binary | 1010101 | 11001 | 10101010 | 110010 | 1010101 | 0 | 100001 | 100001001 | 1001010 | 100110 |
Color Harmonies of #5519AA
Complementary color
Monochromatic Colors of #5519AA
Black with #5519AA
Text Example
Text Example
White with #5519AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5519AA; }
p { color: rgb(85,25,170); }
H1.HeaderClassName
{
color: #5519AA;
}
.AnyTagClassName
{
color: #5519AA;
}
</style>
background-color css
<style>
a { background-color: #5519AA; }
a { background-color: rgb(85,25,170); }
div.DivClassName
{
background-color: #5519AA;
}
.BgClassName
{
background-color: #5519AA;
}
</style>
border-color css
<style>
span { border-color: #5519AA; }
span { border-color: rgb(85,25,170); }
td.TdClassName
{
border-color: #5519AA;
}
.TagClassName
{
border-color: #5519AA;
}
</style>