Shades of Purple Heart #552EAE
Tints of Purple Heart #552EAE
RGB
CMYK
RGB Variations
Color information
#552EAE (or 0x552EAE) is known color: Purple Heart. HEX triplet: 55, 2E and AE. RGB value is (85,46,174). Sum of RGB (Red+Green+Blue) = 85+46+174=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #552EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552EAE is #AAD151. Grayscale: #474747. Windows color (decimal): -11194706 or 11415125. OLE color: 11415125.
HSL color Cylindrical-coordinate representation of color #552EAE: hue angle of 258.28º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552EAE is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 46 | 174 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.32 |
| HSL | 258.28º | 0.58% | 0.43% | - |
| HSV(B) | 258.28º | 0.74% | 0.68% | - |
| XYZ | 12.36 | 6.94 | 40.73 | - |
| YUV | 72.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 174 | 0.51 | 0.74 | 0 | 0.32 | 258.28 | 0.58 | 0.43 |
| Hex | 55 | 2E | AE | 33 | 4A | 0 | 20 | 102 | 3A | 2B |
| Octal | 125 | 56 | 256 | 63 | 112 | 0 | 40 | 402 | 72 | 53 |
| Binary | 1010101 | 101110 | 10101110 | 110011 | 1001010 | 0 | 100000 | 100000010 | 111010 | 101011 |
Color Harmonies of #552EAE
Complementary color
Monochromatic Colors of #552EAE
Black with #552EAE
Text Example
Text Example
White with #552EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EAE; }
p { color: rgb(85,46,174); }
H1.HeaderClassName
{
color: #552EAE;
}
.AnyTagClassName
{
color: #552EAE;
}
</style>
background-color css
<style>
a { background-color: #552EAE; }
a { background-color: rgb(85,46,174); }
div.DivClassName
{
background-color: #552EAE;
}
.BgClassName
{
background-color: #552EAE;
}
</style>
border-color css
<style>
span { border-color: #552EAE; }
span { border-color: rgb(85,46,174); }
td.TdClassName
{
border-color: #552EAE;
}
.TagClassName
{
border-color: #552EAE;
}
</style>