Shades of Purple Heart #5915CA
Tints of Purple Heart #5915CA
RGB
CMYK
RGB Variations
Color information
#5915CA (or 0x5915CA) is known color: Purple Heart. HEX triplet: 59, 15 and CA. RGB value is (89,21,202). Sum of RGB (Red+Green+Blue) = 89+21+202=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #5915CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5915CA is #A6EA35. Grayscale: #3D3D3D. Windows color (decimal): -10938934 or 13243737. OLE color: 13243737.
HSL color Cylindrical-coordinate representation of color #5915CA: hue angle of 262.54º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5915CA is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 21 | 202 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.21 |
| HSL | 262.54º | 0.81% | 0.44% | - |
| HSV(B) | 262.54º | 0.9% | 0.79% | - |
| XYZ | 15.05 | 6.92 | 56.42 | - |
| YUV | 61.97 | 207.03 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 202 | 0.56 | 0.90 | 0 | 0.21 | 262.54 | 0.81 | 0.44 |
| Hex | 59 | 15 | CA | 38 | 5A | 0 | 15 | 107 | 51 | 2C |
| Octal | 131 | 25 | 312 | 70 | 132 | 0 | 25 | 407 | 121 | 54 |
| Binary | 1011001 | 10101 | 11001010 | 111000 | 1011010 | 0 | 10101 | 100000111 | 1010001 | 101100 |
Color Harmonies of #5915CA
Complementary color
Monochromatic Colors of #5915CA
Black with #5915CA
Text Example
Text Example
White with #5915CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5915CA; }
p { color: rgb(89,21,202); }
H1.HeaderClassName
{
color: #5915CA;
}
.AnyTagClassName
{
color: #5915CA;
}
</style>
background-color css
<style>
a { background-color: #5915CA; }
a { background-color: rgb(89,21,202); }
div.DivClassName
{
background-color: #5915CA;
}
.BgClassName
{
background-color: #5915CA;
}
</style>
border-color css
<style>
span { border-color: #5915CA; }
span { border-color: rgb(89,21,202); }
td.TdClassName
{
border-color: #5915CA;
}
.TagClassName
{
border-color: #5915CA;
}
</style>