Shades of Purple Heart #551DBC
Tints of Purple Heart #551DBC
RGB
CMYK
RGB Variations
Color information
#551DBC (or 0x551DBC) is known color: Purple Heart. HEX triplet: 55, 1D and BC. RGB value is (85,29,188). Sum of RGB (Red+Green+Blue) = 85+29+188=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #551DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551DBC is #AAE243. Grayscale: #3F3F3F. Windows color (decimal): -11199044 or 12328277. OLE color: 12328277.
HSL color Cylindrical-coordinate representation of color #551DBC: hue angle of 261.13º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551DBC is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 29 | 188 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.26 |
| HSL | 261.13º | 0.73% | 0.43% | - |
| HSV(B) | 261.13º | 0.85% | 0.74% | - |
| XYZ | 13.26 | 6.44 | 48.12 | - |
| YUV | 63.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 188 | 0.55 | 0.85 | 0 | 0.26 | 261.13 | 0.73 | 0.43 |
| Hex | 55 | 1D | BC | 37 | 55 | 0 | 1A | 105 | 49 | 2B |
| Octal | 125 | 35 | 274 | 67 | 125 | 0 | 32 | 405 | 111 | 53 |
| Binary | 1010101 | 11101 | 10111100 | 110111 | 1010101 | 0 | 11010 | 100000101 | 1001001 | 101011 |
Color Harmonies of #551DBC
Complementary color
Monochromatic Colors of #551DBC
Black with #551DBC
Text Example
Text Example
White with #551DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551DBC; }
p { color: rgb(85,29,188); }
H1.HeaderClassName
{
color: #551DBC;
}
.AnyTagClassName
{
color: #551DBC;
}
</style>
background-color css
<style>
a { background-color: #551DBC; }
a { background-color: rgb(85,29,188); }
div.DivClassName
{
background-color: #551DBC;
}
.BgClassName
{
background-color: #551DBC;
}
</style>
border-color css
<style>
span { border-color: #551DBC; }
span { border-color: rgb(85,29,188); }
td.TdClassName
{
border-color: #551DBC;
}
.TagClassName
{
border-color: #551DBC;
}
</style>