Shades of Purple Heart #5019AC
Tints of Purple Heart #5019AC
RGB
CMYK
RGB Variations
Color information
#5019AC (or 0x5019AC) is known color: Purple Heart. HEX triplet: 50, 19 and AC. RGB value is (80,25,172). Sum of RGB (Red+Green+Blue) = 80+25+172=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #5019AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5019AC is #AFE653. Grayscale: #393939. Windows color (decimal): -11527764 or 11278672. OLE color: 11278672.
HSL color Cylindrical-coordinate representation of color #5019AC: hue angle of 262.45º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5019AC is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 25 | 172 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.33 |
| HSL | 262.45º | 0.75% | 0.39% | - |
| HSV(B) | 262.45º | 0.85% | 0.67% | - |
| XYZ | 11.1 | 5.38 | 39.48 | - |
| YUV | 58.2 | 192.22 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 172 | 0.53 | 0.85 | 0 | 0.33 | 262.45 | 0.75 | 0.39 |
| Hex | 50 | 19 | AC | 35 | 55 | 0 | 21 | 106 | 4B | 27 |
| Octal | 120 | 31 | 254 | 65 | 125 | 0 | 41 | 406 | 113 | 47 |
| Binary | 1010000 | 11001 | 10101100 | 110101 | 1010101 | 0 | 100001 | 100000110 | 1001011 | 100111 |
Color Harmonies of #5019AC
Complementary color
Monochromatic Colors of #5019AC
Black with #5019AC
Text Example
Text Example
White with #5019AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5019AC; }
p { color: rgb(80,25,172); }
H1.HeaderClassName
{
color: #5019AC;
}
.AnyTagClassName
{
color: #5019AC;
}
</style>
background-color css
<style>
a { background-color: #5019AC; }
a { background-color: rgb(80,25,172); }
div.DivClassName
{
background-color: #5019AC;
}
.BgClassName
{
background-color: #5019AC;
}
</style>
border-color css
<style>
span { border-color: #5019AC; }
span { border-color: rgb(80,25,172); }
td.TdClassName
{
border-color: #5019AC;
}
.TagClassName
{
border-color: #5019AC;
}
</style>