Shades of Purple Heart #552ECD
Tints of Purple Heart #552ECD
RGB
CMYK
RGB Variations
Color information
#552ECD (or 0x552ECD) is known color: Purple Heart. HEX triplet: 55, 2E and CD. RGB value is (85,46,205). Sum of RGB (Red+Green+Blue) = 85+46+205=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #552ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552ECD is #AAD132. Grayscale: #4B4B4B. Windows color (decimal): -11194675 or 13446741. OLE color: 13446741.
HSL color Cylindrical-coordinate representation of color #552ECD: hue angle of 254.72º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #552ECD is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 46 | 205 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.20 |
| HSL | 254.72º | 0.63% | 0.49% | - |
| HSV(B) | 254.72º | 0.78% | 0.8% | - |
| XYZ | 15.74 | 8.29 | 58.53 | - |
| YUV | 75.79 | 200.92 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 205 | 0.59 | 0.78 | 0 | 0.20 | 254.72 | 0.63 | 0.49 |
| Hex | 55 | 2E | CD | 3B | 4E | 0 | 14 | FF | 3F | 31 |
| Octal | 125 | 56 | 315 | 73 | 116 | 0 | 24 | 377 | 77 | 61 |
| Binary | 1010101 | 101110 | 11001101 | 111011 | 1001110 | 0 | 10100 | 11111111 | 111111 | 110001 |
Color Harmonies of #552ECD
Complementary color
Monochromatic Colors of #552ECD
Black with #552ECD
Text Example
Text Example
White with #552ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552ECD; }
p { color: rgb(85,46,205); }
H1.HeaderClassName
{
color: #552ECD;
}
.AnyTagClassName
{
color: #552ECD;
}
</style>
background-color css
<style>
a { background-color: #552ECD; }
a { background-color: rgb(85,46,205); }
div.DivClassName
{
background-color: #552ECD;
}
.BgClassName
{
background-color: #552ECD;
}
</style>
border-color css
<style>
span { border-color: #552ECD; }
span { border-color: rgb(85,46,205); }
td.TdClassName
{
border-color: #552ECD;
}
.TagClassName
{
border-color: #552ECD;
}
</style>