Shades of Purple Heart #552BB0
Tints of Purple Heart #552BB0
RGB
CMYK
RGB Variations
Color information
#552BB0 (or 0x552BB0) is known color: Purple Heart. HEX triplet: 55, 2B and B0. RGB value is (85,43,176). Sum of RGB (Red+Green+Blue) = 85+43+176=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 176 (69.14% from 255 or 57.89% from 304); Max value from RGB is 176 - color contains mainly: blue. Hex color #552BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552BB0 is #AAD44F. Grayscale: #464646. Windows color (decimal): -11195472 or 11545429. OLE color: 11545429.
HSL color Cylindrical-coordinate representation of color #552BB0: hue angle of 258.95º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552BB0 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 43 | 176 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.31 |
| HSL | 258.95º | 0.61% | 0.43% | - |
| HSV(B) | 258.95º | 0.76% | 0.69% | - |
| XYZ | 12.45 | 6.79 | 41.73 | - |
| YUV | 70.72 | 187.41 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 176 | 0.52 | 0.76 | 0 | 0.31 | 258.95 | 0.61 | 0.43 |
| Hex | 55 | 2B | B0 | 34 | 4C | 0 | 1F | 103 | 3D | 2B |
| Octal | 125 | 53 | 260 | 64 | 114 | 0 | 37 | 403 | 75 | 53 |
| Binary | 1010101 | 101011 | 10110000 | 110100 | 1001100 | 0 | 11111 | 100000011 | 111101 | 101011 |
Color Harmonies of #552BB0
Complementary color
Monochromatic Colors of #552BB0
Black with #552BB0
Text Example
Text Example
White with #552BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BB0; }
p { color: rgb(85,43,176); }
H1.HeaderClassName
{
color: #552BB0;
}
.AnyTagClassName
{
color: #552BB0;
}
</style>
background-color css
<style>
a { background-color: #552BB0; }
a { background-color: rgb(85,43,176); }
div.DivClassName
{
background-color: #552BB0;
}
.BgClassName
{
background-color: #552BB0;
}
</style>
border-color css
<style>
span { border-color: #552BB0; }
span { border-color: rgb(85,43,176); }
td.TdClassName
{
border-color: #552BB0;
}
.TagClassName
{
border-color: #552BB0;
}
</style>