Shades of Purple Heart #5916C0
Tints of Purple Heart #5916C0
RGB
CMYK
RGB Variations
Color information
#5916C0 (or 0x5916C0) is known color: Purple Heart. HEX triplet: 59, 16 and C0. RGB value is (89,22,192). Sum of RGB (Red+Green+Blue) = 89+22+192=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #5916C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5916C0 is #A6E93F. Grayscale: #3C3C3C. Windows color (decimal): -10938688 or 12588633. OLE color: 12588633.
HSL color Cylindrical-coordinate representation of color #5916C0: hue angle of 263.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5916C0 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 22 | 192 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.25 |
| HSL | 263.65º | 0.79% | 0.42% | - |
| HSV(B) | 263.65º | 0.89% | 0.75% | - |
| XYZ | 13.92 | 6.5 | 50.39 | - |
| YUV | 61.41 | 201.7 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 192 | 0.54 | 0.89 | 0 | 0.25 | 263.65 | 0.79 | 0.42 |
| Hex | 59 | 16 | C0 | 36 | 59 | 0 | 19 | 108 | 4F | 2A |
| Octal | 131 | 26 | 300 | 66 | 131 | 0 | 31 | 410 | 117 | 52 |
| Binary | 1011001 | 10110 | 11000000 | 110110 | 1011001 | 0 | 11001 | 100001000 | 1001111 | 101010 |
Color Harmonies of #5916C0
Complementary color
Monochromatic Colors of #5916C0
Black with #5916C0
Text Example
Text Example
White with #5916C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5916C0; }
p { color: rgb(89,22,192); }
H1.HeaderClassName
{
color: #5916C0;
}
.AnyTagClassName
{
color: #5916C0;
}
</style>
background-color css
<style>
a { background-color: #5916C0; }
a { background-color: rgb(89,22,192); }
div.DivClassName
{
background-color: #5916C0;
}
.BgClassName
{
background-color: #5916C0;
}
</style>
border-color css
<style>
span { border-color: #5916C0; }
span { border-color: rgb(89,22,192); }
td.TdClassName
{
border-color: #5916C0;
}
.TagClassName
{
border-color: #5916C0;
}
</style>