Shades of Purple Heart #552CB2
Tints of Purple Heart #552CB2
RGB
CMYK
RGB Variations
Color information
#552CB2 (or 0x552CB2) is known color: Purple Heart. HEX triplet: 55, 2C and B2. RGB value is (85,44,178). Sum of RGB (Red+Green+Blue) = 85+44+178=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 178 (69.92% from 255 or 57.98% from 307); Max value from RGB is 178 - color contains mainly: blue. Hex color #552CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552CB2 is #AAD34D. Grayscale: #474747. Windows color (decimal): -11195214 or 11676757. OLE color: 11676757.
HSL color Cylindrical-coordinate representation of color #552CB2: hue angle of 258.36º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552CB2 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 44 | 178 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.30 |
| HSL | 258.36º | 0.6% | 0.44% | - |
| HSV(B) | 258.36º | 0.75% | 0.7% | - |
| XYZ | 12.68 | 6.95 | 42.79 | - |
| YUV | 71.54 | 188.08 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 178 | 0.52 | 0.75 | 0 | 0.30 | 258.36 | 0.6 | 0.44 |
| Hex | 55 | 2C | B2 | 34 | 4B | 0 | 1E | 102 | 3C | 2C |
| Octal | 125 | 54 | 262 | 64 | 113 | 0 | 36 | 402 | 74 | 54 |
| Binary | 1010101 | 101100 | 10110010 | 110100 | 1001011 | 0 | 11110 | 100000010 | 111100 | 101100 |
Color Harmonies of #552CB2
Complementary color
Monochromatic Colors of #552CB2
Black with #552CB2
Text Example
Text Example
White with #552CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CB2; }
p { color: rgb(85,44,178); }
H1.HeaderClassName
{
color: #552CB2;
}
.AnyTagClassName
{
color: #552CB2;
}
</style>
background-color css
<style>
a { background-color: #552CB2; }
a { background-color: rgb(85,44,178); }
div.DivClassName
{
background-color: #552CB2;
}
.BgClassName
{
background-color: #552CB2;
}
</style>
border-color css
<style>
span { border-color: #552CB2; }
span { border-color: rgb(85,44,178); }
td.TdClassName
{
border-color: #552CB2;
}
.TagClassName
{
border-color: #552CB2;
}
</style>