Shades of Purple Heart #5520AD
Tints of Purple Heart #5520AD
RGB
CMYK
RGB Variations
Color information
#5520AD (or 0x5520AD) is known color: Purple Heart. HEX triplet: 55, 20 and AD. RGB value is (85,32,173). Sum of RGB (Red+Green+Blue) = 85+32+173=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #5520AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5520AD is #AADF52. Grayscale: #3F3F3F. Windows color (decimal): -11198291 or 11346005. OLE color: 11346005.
HSL color Cylindrical-coordinate representation of color #5520AD: hue angle of 262.55º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5520AD is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 32 | 173 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.32 |
| HSL | 262.55º | 0.69% | 0.4% | - |
| HSV(B) | 262.55º | 0.82% | 0.68% | - |
| XYZ | 11.81 | 5.98 | 40.07 | - |
| YUV | 63.92 | 189.56 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 173 | 0.51 | 0.82 | 0 | 0.32 | 262.55 | 0.69 | 0.4 |
| Hex | 55 | 20 | AD | 33 | 52 | 0 | 20 | 107 | 45 | 28 |
| Octal | 125 | 40 | 255 | 63 | 122 | 0 | 40 | 407 | 105 | 50 |
| Binary | 1010101 | 100000 | 10101101 | 110011 | 1010010 | 0 | 100000 | 100000111 | 1000101 | 101000 |
Color Harmonies of #5520AD
Complementary color
Monochromatic Colors of #5520AD
Black with #5520AD
Text Example
Text Example
White with #5520AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5520AD; }
p { color: rgb(85,32,173); }
H1.HeaderClassName
{
color: #5520AD;
}
.AnyTagClassName
{
color: #5520AD;
}
</style>
background-color css
<style>
a { background-color: #5520AD; }
a { background-color: rgb(85,32,173); }
div.DivClassName
{
background-color: #5520AD;
}
.BgClassName
{
background-color: #5520AD;
}
</style>
border-color css
<style>
span { border-color: #5520AD; }
span { border-color: rgb(85,32,173); }
td.TdClassName
{
border-color: #5520AD;
}
.TagClassName
{
border-color: #5520AD;
}
</style>