Shades of Purple Heart #5014CA
Tints of Purple Heart #5014CA
RGB
CMYK
RGB Variations
Color information
#5014CA (or 0x5014CA) is known color: Purple Heart. HEX triplet: 50, 14 and CA. RGB value is (80,20,202). Sum of RGB (Red+Green+Blue) = 80+20+202=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #5014CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5014CA is #AFEB35. Grayscale: #3A3A3A. Windows color (decimal): -11529014 or 13243472. OLE color: 13243472.
HSL color Cylindrical-coordinate representation of color #5014CA: hue angle of 259.78º degrees, saturation: 0.82, 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 #5014CA is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 20 | 202 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.21 |
| HSL | 259.78º | 0.82% | 0.44% | - |
| HSV(B) | 259.78º | 0.9% | 0.79% | - |
| XYZ | 14.22 | 6.47 | 56.38 | - |
| YUV | 58.69 | 208.88 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 202 | 0.60 | 0.90 | 0 | 0.21 | 259.78 | 0.82 | 0.44 |
| Hex | 50 | 14 | CA | 3C | 5A | 0 | 15 | 104 | 52 | 2C |
| Octal | 120 | 24 | 312 | 74 | 132 | 0 | 25 | 404 | 122 | 54 |
| Binary | 1010000 | 10100 | 11001010 | 111100 | 1011010 | 0 | 10101 | 100000100 | 1010010 | 101100 |
Color Harmonies of #5014CA
Complementary color
Monochromatic Colors of #5014CA
Black with #5014CA
Text Example
Text Example
White with #5014CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5014CA; }
p { color: rgb(80,20,202); }
H1.HeaderClassName
{
color: #5014CA;
}
.AnyTagClassName
{
color: #5014CA;
}
</style>
background-color css
<style>
a { background-color: #5014CA; }
a { background-color: rgb(80,20,202); }
div.DivClassName
{
background-color: #5014CA;
}
.BgClassName
{
background-color: #5014CA;
}
</style>
border-color css
<style>
span { border-color: #5014CA; }
span { border-color: rgb(80,20,202); }
td.TdClassName
{
border-color: #5014CA;
}
.TagClassName
{
border-color: #5014CA;
}
</style>