Shades of Purple Heart #550BBB
Tints of Purple Heart #550BBB
RGB
CMYK
RGB Variations
Color information
#550BBB (or 0x550BBB) is known color: Purple Heart. HEX triplet: 55, 0B and BB. RGB value is (85,11,187). Sum of RGB (Red+Green+Blue) = 85+11+187=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #550BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BBB is #AAF444. Grayscale: #343434. Windows color (decimal): -11203653 or 12258133. OLE color: 12258133.
HSL color Cylindrical-coordinate representation of color #550BBB: hue angle of 265.23º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550BBB is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 11 | 187 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.27 |
| HSL | 265.23º | 0.89% | 0.39% | - |
| HSV(B) | 265.23º | 0.94% | 0.73% | - |
| XYZ | 12.84 | 5.76 | 47.45 | - |
| YUV | 53.19 | 203.52 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 187 | 0.55 | 0.94 | 0 | 0.27 | 265.23 | 0.89 | 0.39 |
| Hex | 55 | B | BB | 37 | 5E | 0 | 1B | 109 | 59 | 27 |
| Octal | 125 | 13 | 273 | 67 | 136 | 0 | 33 | 411 | 131 | 47 |
| Binary | 1010101 | 1011 | 10111011 | 110111 | 1011110 | 0 | 11011 | 100001001 | 1011001 | 100111 |
Color Harmonies of #550BBB
Complementary color
Monochromatic Colors of #550BBB
Black with #550BBB
Text Example
Text Example
White with #550BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BBB; }
p { color: rgb(85,11,187); }
H1.HeaderClassName
{
color: #550BBB;
}
.AnyTagClassName
{
color: #550BBB;
}
</style>
background-color css
<style>
a { background-color: #550BBB; }
a { background-color: rgb(85,11,187); }
div.DivClassName
{
background-color: #550BBB;
}
.BgClassName
{
background-color: #550BBB;
}
</style>
border-color css
<style>
span { border-color: #550BBB; }
span { border-color: rgb(85,11,187); }
td.TdClassName
{
border-color: #550BBB;
}
.TagClassName
{
border-color: #550BBB;
}
</style>