Shades of Purple Heart #4919BF
Tints of Purple Heart #4919BF
RGB
CMYK
RGB Variations
Color information
#4919BF (or 0x4919BF) is known color: Purple Heart. HEX triplet: 49, 19 and BF. RGB value is (73,25,191). Sum of RGB (Red+Green+Blue) = 73+25+191=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #4919BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4919BF is #B6E640. Grayscale: #393939. Windows color (decimal): -11986497 or 12523849. OLE color: 12523849.
HSL color Cylindrical-coordinate representation of color #4919BF: hue angle of 257.35º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4919BF is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 25 | 191 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.25 |
| HSL | 257.35º | 0.77% | 0.42% | - |
| HSV(B) | 257.35º | 0.87% | 0.75% | - |
| XYZ | 12.5 | 5.87 | 49.77 | - |
| YUV | 58.28 | 202.9 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 191 | 0.62 | 0.87 | 0 | 0.25 | 257.35 | 0.77 | 0.42 |
| Hex | 49 | 19 | BF | 3E | 57 | 0 | 19 | 101 | 4D | 2A |
| Octal | 111 | 31 | 277 | 76 | 127 | 0 | 31 | 401 | 115 | 52 |
| Binary | 1001001 | 11001 | 10111111 | 111110 | 1010111 | 0 | 11001 | 100000001 | 1001101 | 101010 |
Color Harmonies of #4919BF
Complementary color
Monochromatic Colors of #4919BF
Black with #4919BF
Text Example
Text Example
White with #4919BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4919BF; }
p { color: rgb(73,25,191); }
H1.HeaderClassName
{
color: #4919BF;
}
.AnyTagClassName
{
color: #4919BF;
}
</style>
background-color css
<style>
a { background-color: #4919BF; }
a { background-color: rgb(73,25,191); }
div.DivClassName
{
background-color: #4919BF;
}
.BgClassName
{
background-color: #4919BF;
}
</style>
border-color css
<style>
span { border-color: #4919BF; }
span { border-color: rgb(73,25,191); }
td.TdClassName
{
border-color: #4919BF;
}
.TagClassName
{
border-color: #4919BF;
}
</style>