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