Shades of Purple Heart #5520AA
Tints of Purple Heart #5520AA
RGB
CMYK
RGB Variations
Color information
#5520AA (or 0x5520AA) is known color: Purple Heart. HEX triplet: 55, 20 and AA. RGB value is (85,32,170). Sum of RGB (Red+Green+Blue) = 85+32+170=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #5520AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5520AA is #AADF55. Grayscale: #3F3F3F. Windows color (decimal): -11198294 or 11149397. OLE color: 11149397.
HSL color Cylindrical-coordinate representation of color #5520AA: hue angle of 263.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5520AA is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 32 | 170 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.33 |
| HSL | 263.04º | 0.68% | 0.4% | - |
| HSV(B) | 263.04º | 0.81% | 0.67% | - |
| XYZ | 11.52 | 5.87 | 38.56 | - |
| YUV | 63.58 | 188.06 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 170 | 0.50 | 0.81 | 0 | 0.33 | 263.04 | 0.68 | 0.4 |
| Hex | 55 | 20 | AA | 32 | 51 | 0 | 21 | 107 | 44 | 28 |
| Octal | 125 | 40 | 252 | 62 | 121 | 0 | 41 | 407 | 104 | 50 |
| Binary | 1010101 | 100000 | 10101010 | 110010 | 1010001 | 0 | 100001 | 100000111 | 1000100 | 101000 |
Color Harmonies of #5520AA
Complementary color
Monochromatic Colors of #5520AA
Black with #5520AA
Text Example
Text Example
White with #5520AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5520AA; }
p { color: rgb(85,32,170); }
H1.HeaderClassName
{
color: #5520AA;
}
.AnyTagClassName
{
color: #5520AA;
}
</style>
background-color css
<style>
a { background-color: #5520AA; }
a { background-color: rgb(85,32,170); }
div.DivClassName
{
background-color: #5520AA;
}
.BgClassName
{
background-color: #5520AA;
}
</style>
border-color css
<style>
span { border-color: #5520AA; }
span { border-color: rgb(85,32,170); }
td.TdClassName
{
border-color: #5520AA;
}
.TagClassName
{
border-color: #5520AA;
}
</style>