Shades of Purple Heart #5917CC
Tints of Purple Heart #5917CC
RGB
CMYK
RGB Variations
Color information
#5917CC (or 0x5917CC) is known color: Purple Heart. HEX triplet: 59, 17 and CC. RGB value is (89,23,204). Sum of RGB (Red+Green+Blue) = 89+23+204=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #5917CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5917CC is #A6E833. Grayscale: #3E3E3E. Windows color (decimal): -10938420 or 13375321. OLE color: 13375321.
HSL color Cylindrical-coordinate representation of color #5917CC: hue angle of 261.88º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5917CC is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 23 | 204 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.2 |
| HSL | 261.88º | 0.8% | 0.45% | - |
| HSV(B) | 261.88º | 0.89% | 0.8% | - |
| XYZ | 15.33 | 7.1 | 57.69 | - |
| YUV | 63.37 | 207.37 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 204 | 0.56 | 0.89 | 0 | 0.2 | 261.88 | 0.8 | 0.45 |
| Hex | 59 | 17 | CC | 38 | 59 | 0 | 14 | 106 | 50 | 2D |
| Octal | 131 | 27 | 314 | 70 | 131 | 0 | 24 | 406 | 120 | 55 |
| Binary | 1011001 | 10111 | 11001100 | 111000 | 1011001 | 0 | 10100 | 100000110 | 1010000 | 101101 |
Color Harmonies of #5917CC
Complementary color
Monochromatic Colors of #5917CC
Black with #5917CC
Text Example
Text Example
White with #5917CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5917CC; }
p { color: rgb(89,23,204); }
H1.HeaderClassName
{
color: #5917CC;
}
.AnyTagClassName
{
color: #5917CC;
}
</style>
background-color css
<style>
a { background-color: #5917CC; }
a { background-color: rgb(89,23,204); }
div.DivClassName
{
background-color: #5917CC;
}
.BgClassName
{
background-color: #5917CC;
}
</style>
border-color css
<style>
span { border-color: #5917CC; }
span { border-color: rgb(89,23,204); }
td.TdClassName
{
border-color: #5917CC;
}
.TagClassName
{
border-color: #5917CC;
}
</style>