Shades of Purple Heart #5917C2
Tints of Purple Heart #5917C2
RGB
CMYK
RGB Variations
Color information
#5917C2 (or 0x5917C2) is known color: Purple Heart. HEX triplet: 59, 17 and C2. RGB value is (89,23,194). Sum of RGB (Red+Green+Blue) = 89+23+194=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #5917C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5917C2 is #A6E83D. Grayscale: #3D3D3D. Windows color (decimal): -10938430 or 12719961. OLE color: 12719961.
HSL color Cylindrical-coordinate representation of color #5917C2: hue angle of 263.16º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5917C2 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 23 | 194 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.24 |
| HSL | 263.16º | 0.79% | 0.43% | - |
| HSV(B) | 263.16º | 0.88% | 0.76% | - |
| XYZ | 14.16 | 6.63 | 51.57 | - |
| YUV | 62.23 | 202.37 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 194 | 0.54 | 0.88 | 0 | 0.24 | 263.16 | 0.79 | 0.43 |
| Hex | 59 | 17 | C2 | 36 | 58 | 0 | 18 | 107 | 4F | 2B |
| Octal | 131 | 27 | 302 | 66 | 130 | 0 | 30 | 407 | 117 | 53 |
| Binary | 1011001 | 10111 | 11000010 | 110110 | 1011000 | 0 | 11000 | 100000111 | 1001111 | 101011 |
Color Harmonies of #5917C2
Complementary color
Monochromatic Colors of #5917C2
Black with #5917C2
Text Example
Text Example
White with #5917C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5917C2; }
p { color: rgb(89,23,194); }
H1.HeaderClassName
{
color: #5917C2;
}
.AnyTagClassName
{
color: #5917C2;
}
</style>
background-color css
<style>
a { background-color: #5917C2; }
a { background-color: rgb(89,23,194); }
div.DivClassName
{
background-color: #5917C2;
}
.BgClassName
{
background-color: #5917C2;
}
</style>
border-color css
<style>
span { border-color: #5917C2; }
span { border-color: rgb(89,23,194); }
td.TdClassName
{
border-color: #5917C2;
}
.TagClassName
{
border-color: #5917C2;
}
</style>