Shades of Purple Heart #5011AB
Tints of Purple Heart #5011AB
RGB
CMYK
RGB Variations
Color information
#5011AB (or 0x5011AB) is known color: Purple Heart. HEX triplet: 50, 11 and AB. RGB value is (80,17,171). Sum of RGB (Red+Green+Blue) = 80+17+171=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #5011AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5011AB is #AFEE54. Grayscale: #343434. Windows color (decimal): -11529813 or 11211088. OLE color: 11211088.
HSL color Cylindrical-coordinate representation of color #5011AB: hue angle of 264.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5011AB is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 17 | 171 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.33 |
| HSL | 264.55º | 0.82% | 0.37% | - |
| HSV(B) | 264.55º | 0.9% | 0.67% | - |
| XYZ | 10.86 | 5.05 | 38.93 | - |
| YUV | 53.39 | 194.37 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 171 | 0.53 | 0.90 | 0 | 0.33 | 264.55 | 0.82 | 0.37 |
| Hex | 50 | 11 | AB | 35 | 5A | 0 | 21 | 109 | 52 | 25 |
| Octal | 120 | 21 | 253 | 65 | 132 | 0 | 41 | 411 | 122 | 45 |
| Binary | 1010000 | 10001 | 10101011 | 110101 | 1011010 | 0 | 100001 | 100001001 | 1010010 | 100101 |
Color Harmonies of #5011AB
Complementary color
Monochromatic Colors of #5011AB
Black with #5011AB
Text Example
Text Example
White with #5011AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5011AB; }
p { color: rgb(80,17,171); }
H1.HeaderClassName
{
color: #5011AB;
}
.AnyTagClassName
{
color: #5011AB;
}
</style>
background-color css
<style>
a { background-color: #5011AB; }
a { background-color: rgb(80,17,171); }
div.DivClassName
{
background-color: #5011AB;
}
.BgClassName
{
background-color: #5011AB;
}
</style>
border-color css
<style>
span { border-color: #5011AB; }
span { border-color: rgb(80,17,171); }
td.TdClassName
{
border-color: #5011AB;
}
.TagClassName
{
border-color: #5011AB;
}
</style>