Shades of Purple Heart #552CAA
Tints of Purple Heart #552CAA
RGB
CMYK
RGB Variations
Color information
#552CAA (or 0x552CAA) is known color: Purple Heart. HEX triplet: 55, 2C and AA. RGB value is (85,44,170). Sum of RGB (Red+Green+Blue) = 85+44+170=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #552CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552CAA is #AAD355. Grayscale: #464646. Windows color (decimal): -11195222 or 11152469. OLE color: 11152469.
HSL color Cylindrical-coordinate representation of color #552CAA: hue angle of 259.52º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552CAA is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 44 | 170 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.33 |
| HSL | 259.52º | 0.59% | 0.42% | - |
| HSV(B) | 259.52º | 0.74% | 0.67% | - |
| XYZ | 11.9 | 6.63 | 38.68 | - |
| YUV | 70.62 | 184.08 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 170 | 0.50 | 0.74 | 0 | 0.33 | 259.52 | 0.59 | 0.42 |
| Hex | 55 | 2C | AA | 32 | 4A | 0 | 21 | 104 | 3B | 2A |
| Octal | 125 | 54 | 252 | 62 | 112 | 0 | 41 | 404 | 73 | 52 |
| Binary | 1010101 | 101100 | 10101010 | 110010 | 1001010 | 0 | 100001 | 100000100 | 111011 | 101010 |
Color Harmonies of #552CAA
Complementary color
Monochromatic Colors of #552CAA
Black with #552CAA
Text Example
Text Example
White with #552CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CAA; }
p { color: rgb(85,44,170); }
H1.HeaderClassName
{
color: #552CAA;
}
.AnyTagClassName
{
color: #552CAA;
}
</style>
background-color css
<style>
a { background-color: #552CAA; }
a { background-color: rgb(85,44,170); }
div.DivClassName
{
background-color: #552CAA;
}
.BgClassName
{
background-color: #552CAA;
}
</style>
border-color css
<style>
span { border-color: #552CAA; }
span { border-color: rgb(85,44,170); }
td.TdClassName
{
border-color: #552CAA;
}
.TagClassName
{
border-color: #552CAA;
}
</style>