Shades of Purple Heart #550FBB
Tints of Purple Heart #550FBB
RGB
CMYK
RGB Variations
Color information
#550FBB (or 0x550FBB) is known color: Purple Heart. HEX triplet: 55, 0F and BB. RGB value is (85,15,187). Sum of RGB (Red+Green+Blue) = 85+15+187=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #550FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550FBB is #AAF044. Grayscale: #363636. Windows color (decimal): -11202629 or 12259157. OLE color: 12259157.
HSL color Cylindrical-coordinate representation of color #550FBB: hue angle of 264.42º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550FBB is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 15 | 187 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.27 |
| HSL | 264.42º | 0.85% | 0.4% | - |
| HSV(B) | 264.42º | 0.92% | 0.73% | - |
| XYZ | 12.89 | 5.86 | 47.47 | - |
| YUV | 55.54 | 202.19 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 187 | 0.55 | 0.92 | 0 | 0.27 | 264.42 | 0.85 | 0.4 |
| Hex | 55 | F | BB | 37 | 5C | 0 | 1B | 108 | 55 | 28 |
| Octal | 125 | 17 | 273 | 67 | 134 | 0 | 33 | 410 | 125 | 50 |
| Binary | 1010101 | 1111 | 10111011 | 110111 | 1011100 | 0 | 11011 | 100001000 | 1010101 | 101000 |
Color Harmonies of #550FBB
Complementary color
Monochromatic Colors of #550FBB
Black with #550FBB
Text Example
Text Example
White with #550FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FBB; }
p { color: rgb(85,15,187); }
H1.HeaderClassName
{
color: #550FBB;
}
.AnyTagClassName
{
color: #550FBB;
}
</style>
background-color css
<style>
a { background-color: #550FBB; }
a { background-color: rgb(85,15,187); }
div.DivClassName
{
background-color: #550FBB;
}
.BgClassName
{
background-color: #550FBB;
}
</style>
border-color css
<style>
span { border-color: #550FBB; }
span { border-color: rgb(85,15,187); }
td.TdClassName
{
border-color: #550FBB;
}
.TagClassName
{
border-color: #550FBB;
}
</style>