Shades of Purple Heart #552CC4
Tints of Purple Heart #552CC4
RGB
CMYK
RGB Variations
Color information
#552CC4 (or 0x552CC4) is known color: Purple Heart. HEX triplet: 55, 2C and C4. RGB value is (85,44,196). Sum of RGB (Red+Green+Blue) = 85+44+196=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 196 (76.95% from 255 or 60.31% from 325); Max value from RGB is 196 - color contains mainly: blue. Hex color #552CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CC4 is #AAD33B. Grayscale: #494949. Windows color (decimal): -11195196 or 12856405. OLE color: 12856405.
HSL color Cylindrical-coordinate representation of color #552CC4: hue angle of 256.18º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #552CC4 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 44 | 196 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.23 |
| HSL | 256.18º | 0.63% | 0.47% | - |
| HSV(B) | 256.18º | 0.78% | 0.77% | - |
| XYZ | 14.61 | 7.72 | 52.94 | - |
| YUV | 73.59 | 197.08 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 196 | 0.57 | 0.78 | 0 | 0.23 | 256.18 | 0.63 | 0.47 |
| Hex | 55 | 2C | C4 | 39 | 4E | 0 | 17 | 100 | 3F | 2F |
| Octal | 125 | 54 | 304 | 71 | 116 | 0 | 27 | 400 | 77 | 57 |
| Binary | 1010101 | 101100 | 11000100 | 111001 | 1001110 | 0 | 10111 | 100000000 | 111111 | 101111 |
Color Harmonies of #552CC4
Complementary color
Monochromatic Colors of #552CC4
Black with #552CC4
Text Example
Text Example
White with #552CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CC4; }
p { color: rgb(85,44,196); }
H1.HeaderClassName
{
color: #552CC4;
}
.AnyTagClassName
{
color: #552CC4;
}
</style>
background-color css
<style>
a { background-color: #552CC4; }
a { background-color: rgb(85,44,196); }
div.DivClassName
{
background-color: #552CC4;
}
.BgClassName
{
background-color: #552CC4;
}
</style>
border-color css
<style>
span { border-color: #552CC4; }
span { border-color: rgb(85,44,196); }
td.TdClassName
{
border-color: #552CC4;
}
.TagClassName
{
border-color: #552CC4;
}
</style>