Shades of Purple Heart #5520AE
Tints of Purple Heart #5520AE
RGB
CMYK
RGB Variations
Color information
#5520AE (or 0x5520AE) is known color: Purple Heart. HEX triplet: 55, 20 and AE. RGB value is (85,32,174). Sum of RGB (Red+Green+Blue) = 85+32+174=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #5520AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5520AE is #AADF51. Grayscale: #3F3F3F. Windows color (decimal): -11198290 or 11411541. OLE color: 11411541.
HSL color Cylindrical-coordinate representation of color #5520AE: hue angle of 262.39º 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 #5520AE is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 32 | 174 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.32 |
| HSL | 262.39º | 0.69% | 0.4% | - |
| HSV(B) | 262.39º | 0.82% | 0.68% | - |
| XYZ | 11.9 | 6.02 | 40.58 | - |
| YUV | 64.04 | 190.06 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 174 | 0.51 | 0.82 | 0 | 0.32 | 262.39 | 0.69 | 0.4 |
| Hex | 55 | 20 | AE | 33 | 52 | 0 | 20 | 106 | 45 | 28 |
| Octal | 125 | 40 | 256 | 63 | 122 | 0 | 40 | 406 | 105 | 50 |
| Binary | 1010101 | 100000 | 10101110 | 110011 | 1010010 | 0 | 100000 | 100000110 | 1000101 | 101000 |
Color Harmonies of #5520AE
Complementary color
Monochromatic Colors of #5520AE
Black with #5520AE
Text Example
Text Example
White with #5520AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5520AE; }
p { color: rgb(85,32,174); }
H1.HeaderClassName
{
color: #5520AE;
}
.AnyTagClassName
{
color: #5520AE;
}
</style>
background-color css
<style>
a { background-color: #5520AE; }
a { background-color: rgb(85,32,174); }
div.DivClassName
{
background-color: #5520AE;
}
.BgClassName
{
background-color: #5520AE;
}
</style>
border-color css
<style>
span { border-color: #5520AE; }
span { border-color: rgb(85,32,174); }
td.TdClassName
{
border-color: #5520AE;
}
.TagClassName
{
border-color: #5520AE;
}
</style>