Shades of Purple Heart #552CDD
Tints of Purple Heart #552CDD
RGB
CMYK
RGB Variations
Color information
#552CDD (or 0x552CDD) is known color: Purple Heart. HEX triplet: 55, 2C and DD. RGB value is (85,44,221). Sum of RGB (Red+Green+Blue) = 85+44+221=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #552CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CDD is #AAD322. Grayscale: #4B4B4B. Windows color (decimal): -11195171 or 14494805. OLE color: 14494805.
HSL color Cylindrical-coordinate representation of color #552CDD: hue angle of 253.9º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552CDD is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 44 | 221 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.13 |
| HSL | 253.9º | 0.72% | 0.52% | - |
| HSV(B) | 253.9º | 0.8% | 0.87% | - |
| XYZ | 17.7 | 8.95 | 69.2 | - |
| YUV | 76.44 | 209.58 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 221 | 0.62 | 0.80 | 0 | 0.13 | 253.9 | 0.72 | 0.52 |
| Hex | 55 | 2C | DD | 3E | 50 | 0 | D | FE | 48 | 34 |
| Octal | 125 | 54 | 335 | 76 | 120 | 0 | 15 | 376 | 110 | 64 |
| Binary | 1010101 | 101100 | 11011101 | 111110 | 1010000 | 0 | 1101 | 11111110 | 1001000 | 110100 |
Color Harmonies of #552CDD
Complementary color
Monochromatic Colors of #552CDD
Black with #552CDD
Text Example
Text Example
White with #552CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CDD; }
p { color: rgb(85,44,221); }
H1.HeaderClassName
{
color: #552CDD;
}
.AnyTagClassName
{
color: #552CDD;
}
</style>
background-color css
<style>
a { background-color: #552CDD; }
a { background-color: rgb(85,44,221); }
div.DivClassName
{
background-color: #552CDD;
}
.BgClassName
{
background-color: #552CDD;
}
</style>
border-color css
<style>
span { border-color: #552CDD; }
span { border-color: rgb(85,44,221); }
td.TdClassName
{
border-color: #552CDD;
}
.TagClassName
{
border-color: #552CDD;
}
</style>