Shades of Purple Heart #5914D7
Tints of Purple Heart #5914D7
RGB
CMYK
RGB Variations
Color information
#5914D7 (or 0x5914D7) is known color: Purple Heart. HEX triplet: 59, 14 and D7. RGB value is (89,20,215). Sum of RGB (Red+Green+Blue) = 89+20+215=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 215 (84.38% from 255 or 66.36% from 324); Max value from RGB is 215 - color contains mainly: blue. Hex color #5914D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5914D7 is #A6EB28. Grayscale: #3E3E3E. Windows color (decimal): -10939177 or 14095449. OLE color: 14095449.
HSL color Cylindrical-coordinate representation of color #5914D7: hue angle of 261.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5914D7 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 20 | 215 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.16 |
| HSL | 261.23º | 0.83% | 0.46% | - |
| HSV(B) | 261.23º | 0.91% | 0.84% | - |
| XYZ | 16.64 | 7.53 | 64.87 | - |
| YUV | 62.86 | 213.86 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 215 | 0.59 | 0.91 | 0 | 0.16 | 261.23 | 0.83 | 0.46 |
| Hex | 59 | 14 | D7 | 3B | 5B | 0 | 10 | 105 | 53 | 2E |
| Octal | 131 | 24 | 327 | 73 | 133 | 0 | 20 | 405 | 123 | 56 |
| Binary | 1011001 | 10100 | 11010111 | 111011 | 1011011 | 0 | 10000 | 100000101 | 1010011 | 101110 |
Color Harmonies of #5914D7
Complementary color
Monochromatic Colors of #5914D7
Black with #5914D7
Text Example
Text Example
White with #5914D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5914D7; }
p { color: rgb(89,20,215); }
H1.HeaderClassName
{
color: #5914D7;
}
.AnyTagClassName
{
color: #5914D7;
}
</style>
background-color css
<style>
a { background-color: #5914D7; }
a { background-color: rgb(89,20,215); }
div.DivClassName
{
background-color: #5914D7;
}
.BgClassName
{
background-color: #5914D7;
}
</style>
border-color css
<style>
span { border-color: #5914D7; }
span { border-color: rgb(89,20,215); }
td.TdClassName
{
border-color: #5914D7;
}
.TagClassName
{
border-color: #5914D7;
}
</style>