Shades of Purple Heart #5517BC
Tints of Purple Heart #5517BC
RGB
CMYK
RGB Variations
Color information
#5517BC (or 0x5517BC) is known color: Purple Heart. HEX triplet: 55, 17 and BC. RGB value is (85,23,188). Sum of RGB (Red+Green+Blue) = 85+23+188=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #5517BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5517BC is #AAE843. Grayscale: #3B3B3B. Windows color (decimal): -11200580 or 12326741. OLE color: 12326741.
HSL color Cylindrical-coordinate representation of color #5517BC: hue angle of 262.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5517BC is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 23 | 188 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.26 |
| HSL | 262.55º | 0.78% | 0.41% | - |
| HSV(B) | 262.55º | 0.88% | 0.74% | - |
| XYZ | 13.13 | 6.17 | 48.08 | - |
| YUV | 60.35 | 200.04 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 188 | 0.55 | 0.88 | 0 | 0.26 | 262.55 | 0.78 | 0.41 |
| Hex | 55 | 17 | BC | 37 | 58 | 0 | 1A | 107 | 4E | 29 |
| Octal | 125 | 27 | 274 | 67 | 130 | 0 | 32 | 407 | 116 | 51 |
| Binary | 1010101 | 10111 | 10111100 | 110111 | 1011000 | 0 | 11010 | 100000111 | 1001110 | 101001 |
Color Harmonies of #5517BC
Complementary color
Monochromatic Colors of #5517BC
Black with #5517BC
Text Example
Text Example
White with #5517BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5517BC; }
p { color: rgb(85,23,188); }
H1.HeaderClassName
{
color: #5517BC;
}
.AnyTagClassName
{
color: #5517BC;
}
</style>
background-color css
<style>
a { background-color: #5517BC; }
a { background-color: rgb(85,23,188); }
div.DivClassName
{
background-color: #5517BC;
}
.BgClassName
{
background-color: #5517BC;
}
</style>
border-color css
<style>
span { border-color: #5517BC; }
span { border-color: rgb(85,23,188); }
td.TdClassName
{
border-color: #5517BC;
}
.TagClassName
{
border-color: #5517BC;
}
</style>