Shades of Purple Heart #552ACC
Tints of Purple Heart #552ACC
RGB
CMYK
RGB Variations
Color information
#552ACC (or 0x552ACC) is known color: Purple Heart. HEX triplet: 55, 2A and CC. RGB value is (85,42,204). Sum of RGB (Red+Green+Blue) = 85+42+204=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #552ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552ACC is #AAD533. Grayscale: #484848. Windows color (decimal): -11195700 or 13380181. OLE color: 13380181.
HSL color Cylindrical-coordinate representation of color #552ACC: hue angle of 255.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552ACC is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 42 | 204 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.2 |
| HSL | 255.93º | 0.66% | 0.48% | - |
| HSV(B) | 255.93º | 0.79% | 0.8% | - |
| XYZ | 15.47 | 7.95 | 57.85 | - |
| YUV | 73.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 204 | 0.58 | 0.79 | 0 | 0.2 | 255.93 | 0.66 | 0.48 |
| Hex | 55 | 2A | CC | 3A | 4F | 0 | 14 | 100 | 42 | 30 |
| Octal | 125 | 52 | 314 | 72 | 117 | 0 | 24 | 400 | 102 | 60 |
| Binary | 1010101 | 101010 | 11001100 | 111010 | 1001111 | 0 | 10100 | 100000000 | 1000010 | 110000 |
Color Harmonies of #552ACC
Complementary color
Monochromatic Colors of #552ACC
Black with #552ACC
Text Example
Text Example
White with #552ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552ACC; }
p { color: rgb(85,42,204); }
H1.HeaderClassName
{
color: #552ACC;
}
.AnyTagClassName
{
color: #552ACC;
}
</style>
background-color css
<style>
a { background-color: #552ACC; }
a { background-color: rgb(85,42,204); }
div.DivClassName
{
background-color: #552ACC;
}
.BgClassName
{
background-color: #552ACC;
}
</style>
border-color css
<style>
span { border-color: #552ACC; }
span { border-color: rgb(85,42,204); }
td.TdClassName
{
border-color: #552ACC;
}
.TagClassName
{
border-color: #552ACC;
}
</style>