Shades of Purple Heart #4919AB
Tints of Purple Heart #4919AB
RGB
CMYK
RGB Variations
Color information
#4919AB (or 0x4919AB) is known color: Purple Heart. HEX triplet: 49, 19 and AB. RGB value is (73,25,171). Sum of RGB (Red+Green+Blue) = 73+25+171=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #4919AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4919AB is #B6E654. Grayscale: #373737. Windows color (decimal): -11986517 or 11213129. OLE color: 11213129.
HSL color Cylindrical-coordinate representation of color #4919AB: hue angle of 259.73º 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 #4919AB is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 25 | 171 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.33 |
| HSL | 259.73º | 0.74% | 0.38% | - |
| HSV(B) | 259.73º | 0.85% | 0.67% | - |
| XYZ | 10.45 | 5.05 | 38.95 | - |
| YUV | 56 | 192.9 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 171 | 0.57 | 0.85 | 0 | 0.33 | 259.73 | 0.74 | 0.38 |
| Hex | 49 | 19 | AB | 39 | 55 | 0 | 21 | 104 | 4A | 26 |
| Octal | 111 | 31 | 253 | 71 | 125 | 0 | 41 | 404 | 112 | 46 |
| Binary | 1001001 | 11001 | 10101011 | 111001 | 1010101 | 0 | 100001 | 100000100 | 1001010 | 100110 |
Color Harmonies of #4919AB
Complementary color
Monochromatic Colors of #4919AB
Black with #4919AB
Text Example
Text Example
White with #4919AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4919AB; }
p { color: rgb(73,25,171); }
H1.HeaderClassName
{
color: #4919AB;
}
.AnyTagClassName
{
color: #4919AB;
}
</style>
background-color css
<style>
a { background-color: #4919AB; }
a { background-color: rgb(73,25,171); }
div.DivClassName
{
background-color: #4919AB;
}
.BgClassName
{
background-color: #4919AB;
}
</style>
border-color css
<style>
span { border-color: #4919AB; }
span { border-color: rgb(73,25,171); }
td.TdClassName
{
border-color: #4919AB;
}
.TagClassName
{
border-color: #4919AB;
}
</style>