Shades of Purple Heart #5019AB
Tints of Purple Heart #5019AB
RGB
CMYK
RGB Variations
Color information
#5019AB (or 0x5019AB) is known color: Purple Heart. HEX triplet: 50, 19 and AB. RGB value is (80,25,171). Sum of RGB (Red+Green+Blue) = 80+25+171=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #5019AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5019AB is #AFE654. Grayscale: #393939. Windows color (decimal): -11527765 or 11213136. OLE color: 11213136.
HSL color Cylindrical-coordinate representation of color #5019AB: hue angle of 262.6º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5019AB is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 25 | 171 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.33 |
| HSL | 262.6º | 0.74% | 0.38% | - |
| HSV(B) | 262.6º | 0.85% | 0.67% | - |
| XYZ | 11.01 | 5.34 | 38.98 | - |
| YUV | 58.09 | 191.72 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 171 | 0.53 | 0.85 | 0 | 0.33 | 262.6 | 0.74 | 0.38 |
| Hex | 50 | 19 | AB | 35 | 55 | 0 | 21 | 107 | 4A | 26 |
| Octal | 120 | 31 | 253 | 65 | 125 | 0 | 41 | 407 | 112 | 46 |
| Binary | 1010000 | 11001 | 10101011 | 110101 | 1010101 | 0 | 100001 | 100000111 | 1001010 | 100110 |
Color Harmonies of #5019AB
Complementary color
Monochromatic Colors of #5019AB
Black with #5019AB
Text Example
Text Example
White with #5019AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5019AB; }
p { color: rgb(80,25,171); }
H1.HeaderClassName
{
color: #5019AB;
}
.AnyTagClassName
{
color: #5019AB;
}
</style>
background-color css
<style>
a { background-color: #5019AB; }
a { background-color: rgb(80,25,171); }
div.DivClassName
{
background-color: #5019AB;
}
.BgClassName
{
background-color: #5019AB;
}
</style>
border-color css
<style>
span { border-color: #5019AB; }
span { border-color: rgb(80,25,171); }
td.TdClassName
{
border-color: #5019AB;
}
.TagClassName
{
border-color: #5019AB;
}
</style>