Shades of Purple Heart #5531AA
Tints of Purple Heart #5531AA
RGB
CMYK
RGB Variations
Color information
#5531AA (or 0x5531AA) is known color: Purple Heart. HEX triplet: 55, 31 and AA. RGB value is (85,49,170). Sum of RGB (Red+Green+Blue) = 85+49+170=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #5531AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5531AA is #AACE55. Grayscale: #494949. Windows color (decimal): -11193942 or 11153749. OLE color: 11153749.
HSL color Cylindrical-coordinate representation of color #5531AA: hue angle of 257.85º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5531AA is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 49 | 170 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.33 |
| HSL | 257.85º | 0.55% | 0.43% | - |
| HSV(B) | 257.85º | 0.71% | 0.67% | - |
| XYZ | 12.1 | 7.03 | 38.75 | - |
| YUV | 73.56 | 182.43 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 170 | 0.50 | 0.71 | 0 | 0.33 | 257.85 | 0.55 | 0.43 |
| Hex | 55 | 31 | AA | 32 | 47 | 0 | 21 | 102 | 37 | 2B |
| Octal | 125 | 61 | 252 | 62 | 107 | 0 | 41 | 402 | 67 | 53 |
| Binary | 1010101 | 110001 | 10101010 | 110010 | 1000111 | 0 | 100001 | 100000010 | 110111 | 101011 |
Color Harmonies of #5531AA
Complementary color
Monochromatic Colors of #5531AA
Black with #5531AA
Text Example
Text Example
White with #5531AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5531AA; }
p { color: rgb(85,49,170); }
H1.HeaderClassName
{
color: #5531AA;
}
.AnyTagClassName
{
color: #5531AA;
}
</style>
background-color css
<style>
a { background-color: #5531AA; }
a { background-color: rgb(85,49,170); }
div.DivClassName
{
background-color: #5531AA;
}
.BgClassName
{
background-color: #5531AA;
}
</style>
border-color css
<style>
span { border-color: #5531AA; }
span { border-color: rgb(85,49,170); }
td.TdClassName
{
border-color: #5531AA;
}
.TagClassName
{
border-color: #5531AA;
}
</style>