Shades of Purple Heart #552CCC
Tints of Purple Heart #552CCC
RGB
CMYK
RGB Variations
Color information
#552CCC (or 0x552CCC) is known color: Purple Heart. HEX triplet: 55, 2C and CC. RGB value is (85,44,204). Sum of RGB (Red+Green+Blue) = 85+44+204=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #552CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CCC is #AAD333. Grayscale: #494949. Windows color (decimal): -11195188 or 13380693. OLE color: 13380693.
HSL color Cylindrical-coordinate representation of color #552CCC: hue angle of 255.38º degrees, saturation: 0.65, 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 #552CCC is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 44 | 204 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.2 |
| HSL | 255.38º | 0.65% | 0.49% | - |
| HSV(B) | 255.38º | 0.78% | 0.8% | - |
| XYZ | 15.55 | 8.09 | 57.87 | - |
| YUV | 74.5 | 201.08 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 204 | 0.58 | 0.78 | 0 | 0.2 | 255.38 | 0.65 | 0.49 |
| Hex | 55 | 2C | CC | 3A | 4E | 0 | 14 | FF | 41 | 31 |
| Octal | 125 | 54 | 314 | 72 | 116 | 0 | 24 | 377 | 101 | 61 |
| Binary | 1010101 | 101100 | 11001100 | 111010 | 1001110 | 0 | 10100 | 11111111 | 1000001 | 110001 |
Color Harmonies of #552CCC
Complementary color
Monochromatic Colors of #552CCC
Black with #552CCC
Text Example
Text Example
White with #552CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CCC; }
p { color: rgb(85,44,204); }
H1.HeaderClassName
{
color: #552CCC;
}
.AnyTagClassName
{
color: #552CCC;
}
</style>
background-color css
<style>
a { background-color: #552CCC; }
a { background-color: rgb(85,44,204); }
div.DivClassName
{
background-color: #552CCC;
}
.BgClassName
{
background-color: #552CCC;
}
</style>
border-color css
<style>
span { border-color: #552CCC; }
span { border-color: rgb(85,44,204); }
td.TdClassName
{
border-color: #552CCC;
}
.TagClassName
{
border-color: #552CCC;
}
</style>