Shades of Purple Heart #5014AB
Tints of Purple Heart #5014AB
RGB
CMYK
RGB Variations
Color information
#5014AB (or 0x5014AB) is known color: Purple Heart. HEX triplet: 50, 14 and AB. RGB value is (80,20,171). Sum of RGB (Red+Green+Blue) = 80+20+171=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #5014AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5014AB is #AFEB54. Grayscale: #363636. Windows color (decimal): -11529045 or 11211856. OLE color: 11211856.
HSL color Cylindrical-coordinate representation of color #5014AB: hue angle of 263.84º 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 #5014AB is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 20 | 171 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.33 |
| HSL | 263.84º | 0.79% | 0.37% | - |
| HSV(B) | 263.84º | 0.88% | 0.67% | - |
| XYZ | 10.91 | 5.15 | 38.95 | - |
| YUV | 55.15 | 193.38 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 171 | 0.53 | 0.88 | 0 | 0.33 | 263.84 | 0.79 | 0.37 |
| Hex | 50 | 14 | AB | 35 | 58 | 0 | 21 | 108 | 4F | 25 |
| Octal | 120 | 24 | 253 | 65 | 130 | 0 | 41 | 410 | 117 | 45 |
| Binary | 1010000 | 10100 | 10101011 | 110101 | 1011000 | 0 | 100001 | 100001000 | 1001111 | 100101 |
Color Harmonies of #5014AB
Complementary color
Monochromatic Colors of #5014AB
Black with #5014AB
Text Example
Text Example
White with #5014AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5014AB; }
p { color: rgb(80,20,171); }
H1.HeaderClassName
{
color: #5014AB;
}
.AnyTagClassName
{
color: #5014AB;
}
</style>
background-color css
<style>
a { background-color: #5014AB; }
a { background-color: rgb(80,20,171); }
div.DivClassName
{
background-color: #5014AB;
}
.BgClassName
{
background-color: #5014AB;
}
</style>
border-color css
<style>
span { border-color: #5014AB; }
span { border-color: rgb(80,20,171); }
td.TdClassName
{
border-color: #5014AB;
}
.TagClassName
{
border-color: #5014AB;
}
</style>