Shades of Purple Heart #551EBC
Tints of Purple Heart #551EBC
RGB
CMYK
RGB Variations
Color information
#551EBC (or 0x551EBC) is known color: Purple Heart. HEX triplet: 55, 1E and BC. RGB value is (85,30,188). Sum of RGB (Red+Green+Blue) = 85+30+188=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #551EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551EBC is #AAE143. Grayscale: #3F3F3F. Windows color (decimal): -11198788 or 12328533. OLE color: 12328533.
HSL color Cylindrical-coordinate representation of color #551EBC: hue angle of 260.89º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551EBC is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 30 | 188 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.26 |
| HSL | 260.89º | 0.72% | 0.43% | - |
| HSV(B) | 260.89º | 0.84% | 0.74% | - |
| XYZ | 13.29 | 6.49 | 48.13 | - |
| YUV | 64.46 | 197.72 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 188 | 0.55 | 0.84 | 0 | 0.26 | 260.89 | 0.72 | 0.43 |
| Hex | 55 | 1E | BC | 37 | 54 | 0 | 1A | 105 | 48 | 2B |
| Octal | 125 | 36 | 274 | 67 | 124 | 0 | 32 | 405 | 110 | 53 |
| Binary | 1010101 | 11110 | 10111100 | 110111 | 1010100 | 0 | 11010 | 100000101 | 1001000 | 101011 |
Color Harmonies of #551EBC
Complementary color
Monochromatic Colors of #551EBC
Black with #551EBC
Text Example
Text Example
White with #551EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551EBC; }
p { color: rgb(85,30,188); }
H1.HeaderClassName
{
color: #551EBC;
}
.AnyTagClassName
{
color: #551EBC;
}
</style>
background-color css
<style>
a { background-color: #551EBC; }
a { background-color: rgb(85,30,188); }
div.DivClassName
{
background-color: #551EBC;
}
.BgClassName
{
background-color: #551EBC;
}
</style>
border-color css
<style>
span { border-color: #551EBC; }
span { border-color: rgb(85,30,188); }
td.TdClassName
{
border-color: #551EBC;
}
.TagClassName
{
border-color: #551EBC;
}
</style>