Shades of Purple Heart #5917CF
Tints of Purple Heart #5917CF
RGB
CMYK
RGB Variations
Color information
#5917CF (or 0x5917CF) is known color: Purple Heart. HEX triplet: 59, 17 and CF. RGB value is (89,23,207). Sum of RGB (Red+Green+Blue) = 89+23+207=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #5917CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5917CF is #A6E830. Grayscale: #3F3F3F. Windows color (decimal): -10938417 or 13571929. OLE color: 13571929.
HSL color Cylindrical-coordinate representation of color #5917CF: hue angle of 261.52º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5917CF is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 23 | 207 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.19 |
| HSL | 261.52º | 0.8% | 0.45% | - |
| HSV(B) | 261.52º | 0.89% | 0.81% | - |
| XYZ | 15.69 | 7.24 | 59.6 | - |
| YUV | 63.71 | 208.87 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 207 | 0.57 | 0.89 | 0 | 0.19 | 261.52 | 0.8 | 0.45 |
| Hex | 59 | 17 | CF | 39 | 59 | 0 | 13 | 106 | 50 | 2D |
| Octal | 131 | 27 | 317 | 71 | 131 | 0 | 23 | 406 | 120 | 55 |
| Binary | 1011001 | 10111 | 11001111 | 111001 | 1011001 | 0 | 10011 | 100000110 | 1010000 | 101101 |
Color Harmonies of #5917CF
Complementary color
Monochromatic Colors of #5917CF
Black with #5917CF
Text Example
Text Example
White with #5917CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5917CF; }
p { color: rgb(89,23,207); }
H1.HeaderClassName
{
color: #5917CF;
}
.AnyTagClassName
{
color: #5917CF;
}
</style>
background-color css
<style>
a { background-color: #5917CF; }
a { background-color: rgb(89,23,207); }
div.DivClassName
{
background-color: #5917CF;
}
.BgClassName
{
background-color: #5917CF;
}
</style>
border-color css
<style>
span { border-color: #5917CF; }
span { border-color: rgb(89,23,207); }
td.TdClassName
{
border-color: #5917CF;
}
.TagClassName
{
border-color: #5917CF;
}
</style>