Shades of Purple Heart #5014AA
Tints of Purple Heart #5014AA
RGB
CMYK
RGB Variations
Color information
#5014AA (or 0x5014AA) is known color: Purple Heart. HEX triplet: 50, 14 and AA. RGB value is (80,20,170). Sum of RGB (Red+Green+Blue) = 80+20+170=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #5014AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5014AA is #AFEB55. Grayscale: #363636. Windows color (decimal): -11529046 or 11146320. OLE color: 11146320.
HSL color Cylindrical-coordinate representation of color #5014AA: hue angle of 264º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5014AA is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 20 | 170 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.33 |
| HSL | 264º | 0.79% | 0.37% | - |
| HSV(B) | 264º | 0.88% | 0.67% | - |
| XYZ | 10.81 | 5.11 | 38.45 | - |
| YUV | 55.04 | 192.88 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 170 | 0.53 | 0.88 | 0 | 0.33 | 264 | 0.79 | 0.37 |
| Hex | 50 | 14 | AA | 35 | 58 | 0 | 21 | 108 | 4F | 25 |
| Octal | 120 | 24 | 252 | 65 | 130 | 0 | 41 | 410 | 117 | 45 |
| Binary | 1010000 | 10100 | 10101010 | 110101 | 1011000 | 0 | 100001 | 100001000 | 1001111 | 100101 |
Color Harmonies of #5014AA
Complementary color
Monochromatic Colors of #5014AA
Black with #5014AA
Text Example
Text Example
White with #5014AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5014AA; }
p { color: rgb(80,20,170); }
H1.HeaderClassName
{
color: #5014AA;
}
.AnyTagClassName
{
color: #5014AA;
}
</style>
background-color css
<style>
a { background-color: #5014AA; }
a { background-color: rgb(80,20,170); }
div.DivClassName
{
background-color: #5014AA;
}
.BgClassName
{
background-color: #5014AA;
}
</style>
border-color css
<style>
span { border-color: #5014AA; }
span { border-color: rgb(80,20,170); }
td.TdClassName
{
border-color: #5014AA;
}
.TagClassName
{
border-color: #5014AA;
}
</style>