Shades of Purple Heart #552CBD
Tints of Purple Heart #552CBD
RGB
CMYK
RGB Variations
Color information
#552CBD (or 0x552CBD) is known color: Purple Heart. HEX triplet: 55, 2C and BD. RGB value is (85,44,189). Sum of RGB (Red+Green+Blue) = 85+44+189=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #552CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CBD is #AAD342. Grayscale: #484848. Windows color (decimal): -11195203 or 12397653. OLE color: 12397653.
HSL color Cylindrical-coordinate representation of color #552CBD: hue angle of 256.97º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #552CBD is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 44 | 189 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.26 |
| HSL | 256.97º | 0.62% | 0.46% | - |
| HSV(B) | 256.97º | 0.77% | 0.74% | - |
| XYZ | 13.83 | 7.41 | 48.84 | - |
| YUV | 72.79 | 193.58 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 189 | 0.55 | 0.77 | 0 | 0.26 | 256.97 | 0.62 | 0.46 |
| Hex | 55 | 2C | BD | 37 | 4D | 0 | 1A | 101 | 3E | 2E |
| Octal | 125 | 54 | 275 | 67 | 115 | 0 | 32 | 401 | 76 | 56 |
| Binary | 1010101 | 101100 | 10111101 | 110111 | 1001101 | 0 | 11010 | 100000001 | 111110 | 101110 |
Color Harmonies of #552CBD
Complementary color
Monochromatic Colors of #552CBD
Black with #552CBD
Text Example
Text Example
White with #552CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CBD; }
p { color: rgb(85,44,189); }
H1.HeaderClassName
{
color: #552CBD;
}
.AnyTagClassName
{
color: #552CBD;
}
</style>
background-color css
<style>
a { background-color: #552CBD; }
a { background-color: rgb(85,44,189); }
div.DivClassName
{
background-color: #552CBD;
}
.BgClassName
{
background-color: #552CBD;
}
</style>
border-color css
<style>
span { border-color: #552CBD; }
span { border-color: rgb(85,44,189); }
td.TdClassName
{
border-color: #552CBD;
}
.TagClassName
{
border-color: #552CBD;
}
</style>