Shades of Purple Heart #552EAC
Tints of Purple Heart #552EAC
RGB
CMYK
RGB Variations
Color information
#552EAC (or 0x552EAC) is known color: Purple Heart. HEX triplet: 55, 2E and AC. RGB value is (85,46,172). Sum of RGB (Red+Green+Blue) = 85+46+172=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #552EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552EAC is #AAD153. Grayscale: #474747. Windows color (decimal): -11194708 or 11284053. OLE color: 11284053.
HSL color Cylindrical-coordinate representation of color #552EAC: hue angle of 258.57º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552EAC is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 46 | 172 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.33 |
| HSL | 258.57º | 0.58% | 0.43% | - |
| HSV(B) | 258.57º | 0.73% | 0.67% | - |
| XYZ | 12.17 | 6.86 | 39.71 | - |
| YUV | 72.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 172 | 0.51 | 0.73 | 0 | 0.33 | 258.57 | 0.58 | 0.43 |
| Hex | 55 | 2E | AC | 33 | 49 | 0 | 21 | 103 | 3A | 2B |
| Octal | 125 | 56 | 254 | 63 | 111 | 0 | 41 | 403 | 72 | 53 |
| Binary | 1010101 | 101110 | 10101100 | 110011 | 1001001 | 0 | 100001 | 100000011 | 111010 | 101011 |
Color Harmonies of #552EAC
Complementary color
Monochromatic Colors of #552EAC
Black with #552EAC
Text Example
Text Example
White with #552EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EAC; }
p { color: rgb(85,46,172); }
H1.HeaderClassName
{
color: #552EAC;
}
.AnyTagClassName
{
color: #552EAC;
}
</style>
background-color css
<style>
a { background-color: #552EAC; }
a { background-color: rgb(85,46,172); }
div.DivClassName
{
background-color: #552EAC;
}
.BgClassName
{
background-color: #552EAC;
}
</style>
border-color css
<style>
span { border-color: #552EAC; }
span { border-color: rgb(85,46,172); }
td.TdClassName
{
border-color: #552EAC;
}
.TagClassName
{
border-color: #552EAC;
}
</style>