Shades of Purple Heart #5916C2
Tints of Purple Heart #5916C2
RGB
CMYK
RGB Variations
Color information
#5916C2 (or 0x5916C2) is known color: Purple Heart. HEX triplet: 59, 16 and C2. RGB value is (89,22,194). Sum of RGB (Red+Green+Blue) = 89+22+194=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #5916C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5916C2 is #A6E93D. Grayscale: #3D3D3D. Windows color (decimal): -10938686 or 12719705. OLE color: 12719705.
HSL color Cylindrical-coordinate representation of color #5916C2: hue angle of 263.37º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5916C2 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 22 | 194 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.24 |
| HSL | 263.37º | 0.8% | 0.42% | - |
| HSV(B) | 263.37º | 0.89% | 0.76% | - |
| XYZ | 14.14 | 6.59 | 51.57 | - |
| YUV | 61.64 | 202.7 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 194 | 0.54 | 0.89 | 0 | 0.24 | 263.37 | 0.8 | 0.42 |
| Hex | 59 | 16 | C2 | 36 | 59 | 0 | 18 | 107 | 50 | 2A |
| Octal | 131 | 26 | 302 | 66 | 131 | 0 | 30 | 407 | 120 | 52 |
| Binary | 1011001 | 10110 | 11000010 | 110110 | 1011001 | 0 | 11000 | 100000111 | 1010000 | 101010 |
Color Harmonies of #5916C2
Complementary color
Monochromatic Colors of #5916C2
Black with #5916C2
Text Example
Text Example
White with #5916C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5916C2; }
p { color: rgb(89,22,194); }
H1.HeaderClassName
{
color: #5916C2;
}
.AnyTagClassName
{
color: #5916C2;
}
</style>
background-color css
<style>
a { background-color: #5916C2; }
a { background-color: rgb(89,22,194); }
div.DivClassName
{
background-color: #5916C2;
}
.BgClassName
{
background-color: #5916C2;
}
</style>
border-color css
<style>
span { border-color: #5916C2; }
span { border-color: rgb(89,22,194); }
td.TdClassName
{
border-color: #5916C2;
}
.TagClassName
{
border-color: #5916C2;
}
</style>