Shades of Purple Heart #5019AD
Tints of Purple Heart #5019AD
RGB
CMYK
RGB Variations
Color information
#5019AD (or 0x5019AD) is known color: Purple Heart. HEX triplet: 50, 19 and AD. RGB value is (80,25,173). Sum of RGB (Red+Green+Blue) = 80+25+173=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #5019AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5019AD is #AFE652. Grayscale: #393939. Windows color (decimal): -11527763 or 11344208. OLE color: 11344208.
HSL color Cylindrical-coordinate representation of color #5019AD: hue angle of 262.3º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5019AD is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 25 | 173 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.32 |
| HSL | 262.3º | 0.75% | 0.39% | - |
| HSV(B) | 262.3º | 0.86% | 0.68% | - |
| XYZ | 11.2 | 5.42 | 39.99 | - |
| YUV | 58.32 | 192.72 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 173 | 0.54 | 0.86 | 0 | 0.32 | 262.3 | 0.75 | 0.39 |
| Hex | 50 | 19 | AD | 36 | 56 | 0 | 20 | 106 | 4B | 27 |
| Octal | 120 | 31 | 255 | 66 | 126 | 0 | 40 | 406 | 113 | 47 |
| Binary | 1010000 | 11001 | 10101101 | 110110 | 1010110 | 0 | 100000 | 100000110 | 1001011 | 100111 |
Color Harmonies of #5019AD
Complementary color
Monochromatic Colors of #5019AD
Black with #5019AD
Text Example
Text Example
White with #5019AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5019AD; }
p { color: rgb(80,25,173); }
H1.HeaderClassName
{
color: #5019AD;
}
.AnyTagClassName
{
color: #5019AD;
}
</style>
background-color css
<style>
a { background-color: #5019AD; }
a { background-color: rgb(80,25,173); }
div.DivClassName
{
background-color: #5019AD;
}
.BgClassName
{
background-color: #5019AD;
}
</style>
border-color css
<style>
span { border-color: #5019AD; }
span { border-color: rgb(80,25,173); }
td.TdClassName
{
border-color: #5019AD;
}
.TagClassName
{
border-color: #5019AD;
}
</style>