Shades of Purple Heart #552EAA
Tints of Purple Heart #552EAA
RGB
CMYK
RGB Variations
Color information
#552EAA (or 0x552EAA) is known color: Purple Heart. HEX triplet: 55, 2E and AA. RGB value is (85,46,170). Sum of RGB (Red+Green+Blue) = 85+46+170=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #552EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552EAA is #AAD155. Grayscale: #474747. Windows color (decimal): -11194710 or 11152981. OLE color: 11152981.
HSL color Cylindrical-coordinate representation of color #552EAA: hue angle of 258.87º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552EAA is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 46 | 170 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.33 |
| HSL | 258.87º | 0.57% | 0.42% | - |
| HSV(B) | 258.87º | 0.73% | 0.67% | - |
| XYZ | 11.98 | 6.79 | 38.71 | - |
| YUV | 71.8 | 183.42 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 170 | 0.50 | 0.73 | 0 | 0.33 | 258.87 | 0.57 | 0.42 |
| Hex | 55 | 2E | AA | 32 | 49 | 0 | 21 | 103 | 39 | 2A |
| Octal | 125 | 56 | 252 | 62 | 111 | 0 | 41 | 403 | 71 | 52 |
| Binary | 1010101 | 101110 | 10101010 | 110010 | 1001001 | 0 | 100001 | 100000011 | 111001 | 101010 |
Color Harmonies of #552EAA
Complementary color
Monochromatic Colors of #552EAA
Black with #552EAA
Text Example
Text Example
White with #552EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EAA; }
p { color: rgb(85,46,170); }
H1.HeaderClassName
{
color: #552EAA;
}
.AnyTagClassName
{
color: #552EAA;
}
</style>
background-color css
<style>
a { background-color: #552EAA; }
a { background-color: rgb(85,46,170); }
div.DivClassName
{
background-color: #552EAA;
}
.BgClassName
{
background-color: #552EAA;
}
</style>
border-color css
<style>
span { border-color: #552EAA; }
span { border-color: rgb(85,46,170); }
td.TdClassName
{
border-color: #552EAA;
}
.TagClassName
{
border-color: #552EAA;
}
</style>