Shades of Purple Heart #552DDC
Tints of Purple Heart #552DDC
RGB
CMYK
RGB Variations
Color information
#552DDC (or 0x552DDC) is known color: Purple Heart. HEX triplet: 55, 2D and DC. RGB value is (85,45,220). Sum of RGB (Red+Green+Blue) = 85+45+220=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #552DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DDC is #AAD223. Grayscale: #4C4C4C. Windows color (decimal): -11194916 or 14429525. OLE color: 14429525.
HSL color Cylindrical-coordinate representation of color #552DDC: hue angle of 253.71º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552DDC is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 45 | 220 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.14 |
| HSL | 253.71º | 0.71% | 0.52% | - |
| HSV(B) | 253.71º | 0.8% | 0.86% | - |
| XYZ | 17.6 | 8.98 | 68.51 | - |
| YUV | 76.91 | 208.75 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 220 | 0.61 | 0.80 | 0 | 0.14 | 253.71 | 0.71 | 0.52 |
| Hex | 55 | 2D | DC | 3D | 50 | 0 | E | FE | 47 | 34 |
| Octal | 125 | 55 | 334 | 75 | 120 | 0 | 16 | 376 | 107 | 64 |
| Binary | 1010101 | 101101 | 11011100 | 111101 | 1010000 | 0 | 1110 | 11111110 | 1000111 | 110100 |
Color Harmonies of #552DDC
Complementary color
Monochromatic Colors of #552DDC
Black with #552DDC
Text Example
Text Example
White with #552DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552DDC; }
p { color: rgb(85,45,220); }
H1.HeaderClassName
{
color: #552DDC;
}
.AnyTagClassName
{
color: #552DDC;
}
</style>
background-color css
<style>
a { background-color: #552DDC; }
a { background-color: rgb(85,45,220); }
div.DivClassName
{
background-color: #552DDC;
}
.BgClassName
{
background-color: #552DDC;
}
</style>
border-color css
<style>
span { border-color: #552DDC; }
span { border-color: rgb(85,45,220); }
td.TdClassName
{
border-color: #552DDC;
}
.TagClassName
{
border-color: #552DDC;
}
</style>