Shades of Purple Heart #5912D7
Tints of Purple Heart #5912D7
RGB
CMYK
RGB Variations
Color information
#5912D7 (or 0x5912D7) is known color: Purple Heart. HEX triplet: 59, 12 and D7. RGB value is (89,18,215). Sum of RGB (Red+Green+Blue) = 89+18+215=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 215 (84.38% from 255 or 66.77% from 322); Max value from RGB is 215 - color contains mainly: blue. Hex color #5912D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5912D7 is #A6ED28. Grayscale: #3C3C3C. Windows color (decimal): -10939689 or 14094937. OLE color: 14094937.
HSL color Cylindrical-coordinate representation of color #5912D7: hue angle of 261.62º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5912D7 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 18 | 215 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.16 |
| HSL | 261.62º | 0.85% | 0.46% | - |
| HSV(B) | 261.62º | 0.92% | 0.84% | - |
| XYZ | 16.6 | 7.46 | 64.86 | - |
| YUV | 61.69 | 214.52 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 215 | 0.59 | 0.92 | 0 | 0.16 | 261.62 | 0.85 | 0.46 |
| Hex | 59 | 12 | D7 | 3B | 5C | 0 | 10 | 106 | 55 | 2E |
| Octal | 131 | 22 | 327 | 73 | 134 | 0 | 20 | 406 | 125 | 56 |
| Binary | 1011001 | 10010 | 11010111 | 111011 | 1011100 | 0 | 10000 | 100000110 | 1010101 | 101110 |
Color Harmonies of #5912D7
Complementary color
Monochromatic Colors of #5912D7
Black with #5912D7
Text Example
Text Example
White with #5912D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5912D7; }
p { color: rgb(89,18,215); }
H1.HeaderClassName
{
color: #5912D7;
}
.AnyTagClassName
{
color: #5912D7;
}
</style>
background-color css
<style>
a { background-color: #5912D7; }
a { background-color: rgb(89,18,215); }
div.DivClassName
{
background-color: #5912D7;
}
.BgClassName
{
background-color: #5912D7;
}
</style>
border-color css
<style>
span { border-color: #5912D7; }
span { border-color: rgb(89,18,215); }
td.TdClassName
{
border-color: #5912D7;
}
.TagClassName
{
border-color: #5912D7;
}
</style>