Shades of Purple Heart #550FBC
Tints of Purple Heart #550FBC
RGB
CMYK
RGB Variations
Color information
#550FBC (or 0x550FBC) is known color: Purple Heart. HEX triplet: 55, 0F and BC. RGB value is (85,15,188). Sum of RGB (Red+Green+Blue) = 85+15+188=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #550FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550FBC is #AAF043. Grayscale: #373737. Windows color (decimal): -11202628 or 12324693. OLE color: 12324693.
HSL color Cylindrical-coordinate representation of color #550FBC: hue angle of 264.28º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550FBC is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 15 | 188 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.26 |
| HSL | 264.28º | 0.85% | 0.4% | - |
| HSV(B) | 264.28º | 0.92% | 0.74% | - |
| XYZ | 12.99 | 5.9 | 48.03 | - |
| YUV | 55.65 | 202.69 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 188 | 0.55 | 0.92 | 0 | 0.26 | 264.28 | 0.85 | 0.4 |
| Hex | 55 | F | BC | 37 | 5C | 0 | 1A | 108 | 55 | 28 |
| Octal | 125 | 17 | 274 | 67 | 134 | 0 | 32 | 410 | 125 | 50 |
| Binary | 1010101 | 1111 | 10111100 | 110111 | 1011100 | 0 | 11010 | 100001000 | 1010101 | 101000 |
Color Harmonies of #550FBC
Complementary color
Monochromatic Colors of #550FBC
Black with #550FBC
Text Example
Text Example
White with #550FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FBC; }
p { color: rgb(85,15,188); }
H1.HeaderClassName
{
color: #550FBC;
}
.AnyTagClassName
{
color: #550FBC;
}
</style>
background-color css
<style>
a { background-color: #550FBC; }
a { background-color: rgb(85,15,188); }
div.DivClassName
{
background-color: #550FBC;
}
.BgClassName
{
background-color: #550FBC;
}
</style>
border-color css
<style>
span { border-color: #550FBC; }
span { border-color: rgb(85,15,188); }
td.TdClassName
{
border-color: #550FBC;
}
.TagClassName
{
border-color: #550FBC;
}
</style>