Shades of Purple Heart #552BBB
Tints of Purple Heart #552BBB
RGB
CMYK
RGB Variations
Color information
#552BBB (or 0x552BBB) is known color: Purple Heart. HEX triplet: 55, 2B and BB. RGB value is (85,43,187). Sum of RGB (Red+Green+Blue) = 85+43+187=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #552BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BBB is #AAD444. Grayscale: #474747. Windows color (decimal): -11195461 or 12266325. OLE color: 12266325.
HSL color Cylindrical-coordinate representation of color #552BBB: hue angle of 257.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #552BBB is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 43 | 187 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.27 |
| HSL | 257.5º | 0.63% | 0.45% | - |
| HSV(B) | 257.5º | 0.77% | 0.73% | - |
| XYZ | 13.58 | 7.25 | 47.7 | - |
| YUV | 71.97 | 192.91 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 187 | 0.55 | 0.77 | 0 | 0.27 | 257.5 | 0.63 | 0.45 |
| Hex | 55 | 2B | BB | 37 | 4D | 0 | 1B | 102 | 3F | 2D |
| Octal | 125 | 53 | 273 | 67 | 115 | 0 | 33 | 402 | 77 | 55 |
| Binary | 1010101 | 101011 | 10111011 | 110111 | 1001101 | 0 | 11011 | 100000010 | 111111 | 101101 |
Color Harmonies of #552BBB
Complementary color
Monochromatic Colors of #552BBB
Black with #552BBB
Text Example
Text Example
White with #552BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BBB; }
p { color: rgb(85,43,187); }
H1.HeaderClassName
{
color: #552BBB;
}
.AnyTagClassName
{
color: #552BBB;
}
</style>
background-color css
<style>
a { background-color: #552BBB; }
a { background-color: rgb(85,43,187); }
div.DivClassName
{
background-color: #552BBB;
}
.BgClassName
{
background-color: #552BBB;
}
</style>
border-color css
<style>
span { border-color: #552BBB; }
span { border-color: rgb(85,43,187); }
td.TdClassName
{
border-color: #552BBB;
}
.TagClassName
{
border-color: #552BBB;
}
</style>