Shades of Purple Heart #5115CA
Tints of Purple Heart #5115CA
RGB
CMYK
RGB Variations
Color information
#5115CA (or 0x5115CA) is known color: Purple Heart. HEX triplet: 51, 15 and CA. RGB value is (81,21,202). Sum of RGB (Red+Green+Blue) = 81+21+202=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #5115CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5115CA is #AEEA35. Grayscale: #3A3A3A. Windows color (decimal): -11463222 or 13243729. OLE color: 13243729.
HSL color Cylindrical-coordinate representation of color #5115CA: hue angle of 259.89º 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 #5115CA is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 21 | 202 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.21 |
| HSL | 259.89º | 0.81% | 0.44% | - |
| HSV(B) | 259.89º | 0.9% | 0.79% | - |
| XYZ | 14.32 | 6.55 | 56.39 | - |
| YUV | 59.57 | 208.38 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 202 | 0.60 | 0.90 | 0 | 0.21 | 259.89 | 0.81 | 0.44 |
| Hex | 51 | 15 | CA | 3C | 5A | 0 | 15 | 104 | 51 | 2C |
| Octal | 121 | 25 | 312 | 74 | 132 | 0 | 25 | 404 | 121 | 54 |
| Binary | 1010001 | 10101 | 11001010 | 111100 | 1011010 | 0 | 10101 | 100000100 | 1010001 | 101100 |
Color Harmonies of #5115CA
Complementary color
Monochromatic Colors of #5115CA
Black with #5115CA
Text Example
Text Example
White with #5115CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5115CA; }
p { color: rgb(81,21,202); }
H1.HeaderClassName
{
color: #5115CA;
}
.AnyTagClassName
{
color: #5115CA;
}
</style>
background-color css
<style>
a { background-color: #5115CA; }
a { background-color: rgb(81,21,202); }
div.DivClassName
{
background-color: #5115CA;
}
.BgClassName
{
background-color: #5115CA;
}
</style>
border-color css
<style>
span { border-color: #5115CA; }
span { border-color: rgb(81,21,202); }
td.TdClassName
{
border-color: #5115CA;
}
.TagClassName
{
border-color: #5115CA;
}
</style>