Shades of Purple Heart #552CB6
Tints of Purple Heart #552CB6
RGB
CMYK
RGB Variations
Color information
#552CB6 (or 0x552CB6) is known color: Purple Heart. HEX triplet: 55, 2C and B6. RGB value is (85,44,182). Sum of RGB (Red+Green+Blue) = 85+44+182=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #552CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CB6 is #AAD349. Grayscale: #474747. Windows color (decimal): -11195210 or 11938901. OLE color: 11938901.
HSL color Cylindrical-coordinate representation of color #552CB6: hue angle of 257.83º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552CB6 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 44 | 182 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.29 |
| HSL | 257.83º | 0.61% | 0.44% | - |
| HSV(B) | 257.83º | 0.76% | 0.71% | - |
| XYZ | 13.09 | 7.11 | 44.94 | - |
| YUV | 71.99 | 190.08 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 182 | 0.53 | 0.76 | 0 | 0.29 | 257.83 | 0.61 | 0.44 |
| Hex | 55 | 2C | B6 | 35 | 4C | 0 | 1D | 102 | 3D | 2C |
| Octal | 125 | 54 | 266 | 65 | 114 | 0 | 35 | 402 | 75 | 54 |
| Binary | 1010101 | 101100 | 10110110 | 110101 | 1001100 | 0 | 11101 | 100000010 | 111101 | 101100 |
Color Harmonies of #552CB6
Complementary color
Monochromatic Colors of #552CB6
Black with #552CB6
Text Example
Text Example
White with #552CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CB6; }
p { color: rgb(85,44,182); }
H1.HeaderClassName
{
color: #552CB6;
}
.AnyTagClassName
{
color: #552CB6;
}
</style>
background-color css
<style>
a { background-color: #552CB6; }
a { background-color: rgb(85,44,182); }
div.DivClassName
{
background-color: #552CB6;
}
.BgClassName
{
background-color: #552CB6;
}
</style>
border-color css
<style>
span { border-color: #552CB6; }
span { border-color: rgb(85,44,182); }
td.TdClassName
{
border-color: #552CB6;
}
.TagClassName
{
border-color: #552CB6;
}
</style>