Shades of Purple Heart #5019A8
Tints of Purple Heart #5019A8
RGB
CMYK
RGB Variations
Color information
#5019A8 (or 0x5019A8) is known color: Purple Heart. HEX triplet: 50, 19 and A8. RGB value is (80,25,168). Sum of RGB (Red+Green+Blue) = 80+25+168=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 168 (66.02% from 255 or 61.54% from 273); Max value from RGB is 168 - color contains mainly: blue. Hex color #5019A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5019A8 is #AFE657. Grayscale: #393939. Windows color (decimal): -11527768 or 11016528. OLE color: 11016528.
HSL color Cylindrical-coordinate representation of color #5019A8: hue angle of 263.08º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5019A8 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 25 | 168 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.34 |
| HSL | 263.08º | 0.74% | 0.38% | - |
| HSV(B) | 263.08º | 0.85% | 0.66% | - |
| XYZ | 10.72 | 5.23 | 37.49 | - |
| YUV | 57.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 168 | 0.52 | 0.85 | 0 | 0.34 | 263.08 | 0.74 | 0.38 |
| Hex | 50 | 19 | A8 | 34 | 55 | 0 | 22 | 107 | 4A | 26 |
| Octal | 120 | 31 | 250 | 64 | 125 | 0 | 42 | 407 | 112 | 46 |
| Binary | 1010000 | 11001 | 10101000 | 110100 | 1010101 | 0 | 100010 | 100000111 | 1001010 | 100110 |
Color Harmonies of #5019A8
Complementary color
Monochromatic Colors of #5019A8
Black with #5019A8
Text Example
Text Example
White with #5019A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5019A8; }
p { color: rgb(80,25,168); }
H1.HeaderClassName
{
color: #5019A8;
}
.AnyTagClassName
{
color: #5019A8;
}
</style>
background-color css
<style>
a { background-color: #5019A8; }
a { background-color: rgb(80,25,168); }
div.DivClassName
{
background-color: #5019A8;
}
.BgClassName
{
background-color: #5019A8;
}
</style>
border-color css
<style>
span { border-color: #5019A8; }
span { border-color: rgb(80,25,168); }
td.TdClassName
{
border-color: #5019A8;
}
.TagClassName
{
border-color: #5019A8;
}
</style>