Shades of Purple Heart #5917BC
Tints of Purple Heart #5917BC
RGB
CMYK
RGB Variations
Color information
#5917BC (or 0x5917BC) is known color: Purple Heart. HEX triplet: 59, 17 and BC. RGB value is (89,23,188). Sum of RGB (Red+Green+Blue) = 89+23+188=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #5917BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5917BC is #A6E843. Grayscale: #3C3C3C. Windows color (decimal): -10938436 or 12326745. OLE color: 12326745.
HSL color Cylindrical-coordinate representation of color #5917BC: hue angle of 264º 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 #5917BC is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 23 | 188 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.26 |
| HSL | 264º | 0.78% | 0.41% | - |
| HSV(B) | 264º | 0.88% | 0.74% | - |
| XYZ | 13.5 | 6.37 | 48.09 | - |
| YUV | 61.54 | 199.37 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 188 | 0.53 | 0.88 | 0 | 0.26 | 264 | 0.78 | 0.41 |
| Hex | 59 | 17 | BC | 35 | 58 | 0 | 1A | 108 | 4E | 29 |
| Octal | 131 | 27 | 274 | 65 | 130 | 0 | 32 | 410 | 116 | 51 |
| Binary | 1011001 | 10111 | 10111100 | 110101 | 1011000 | 0 | 11010 | 100001000 | 1001110 | 101001 |
Color Harmonies of #5917BC
Complementary color
Monochromatic Colors of #5917BC
Black with #5917BC
Text Example
Text Example
White with #5917BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5917BC; }
p { color: rgb(89,23,188); }
H1.HeaderClassName
{
color: #5917BC;
}
.AnyTagClassName
{
color: #5917BC;
}
</style>
background-color css
<style>
a { background-color: #5917BC; }
a { background-color: rgb(89,23,188); }
div.DivClassName
{
background-color: #5917BC;
}
.BgClassName
{
background-color: #5917BC;
}
</style>
border-color css
<style>
span { border-color: #5917BC; }
span { border-color: rgb(89,23,188); }
td.TdClassName
{
border-color: #5917BC;
}
.TagClassName
{
border-color: #5917BC;
}
</style>