Shades of Purple Heart #552BBD
Tints of Purple Heart #552BBD
RGB
CMYK
RGB Variations
Color information
#552BBD (or 0x552BBD) is known color: Purple Heart. HEX triplet: 55, 2B and BD. RGB value is (85,43,189). Sum of RGB (Red+Green+Blue) = 85+43+189=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #552BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BBD is #AAD442. Grayscale: #474747. Windows color (decimal): -11195459 or 12397397. OLE color: 12397397.
HSL color Cylindrical-coordinate representation of color #552BBD: hue angle of 257.26º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #552BBD is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 43 | 189 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.26 |
| HSL | 257.26º | 0.63% | 0.45% | - |
| HSV(B) | 257.26º | 0.77% | 0.74% | - |
| XYZ | 13.8 | 7.33 | 48.83 | - |
| YUV | 72.2 | 193.91 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 189 | 0.55 | 0.77 | 0 | 0.26 | 257.26 | 0.63 | 0.45 |
| Hex | 55 | 2B | BD | 37 | 4D | 0 | 1A | 101 | 3F | 2D |
| Octal | 125 | 53 | 275 | 67 | 115 | 0 | 32 | 401 | 77 | 55 |
| Binary | 1010101 | 101011 | 10111101 | 110111 | 1001101 | 0 | 11010 | 100000001 | 111111 | 101101 |
Color Harmonies of #552BBD
Complementary color
Monochromatic Colors of #552BBD
Black with #552BBD
Text Example
Text Example
White with #552BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BBD; }
p { color: rgb(85,43,189); }
H1.HeaderClassName
{
color: #552BBD;
}
.AnyTagClassName
{
color: #552BBD;
}
</style>
background-color css
<style>
a { background-color: #552BBD; }
a { background-color: rgb(85,43,189); }
div.DivClassName
{
background-color: #552BBD;
}
.BgClassName
{
background-color: #552BBD;
}
</style>
border-color css
<style>
span { border-color: #552BBD; }
span { border-color: rgb(85,43,189); }
td.TdClassName
{
border-color: #552BBD;
}
.TagClassName
{
border-color: #552BBD;
}
</style>