Shades of Purple Heart #4919CE
Tints of Purple Heart #4919CE
RGB
CMYK
RGB Variations
Color information
#4919CE (or 0x4919CE) is known color: Purple Heart. HEX triplet: 49, 19 and CE. RGB value is (73,25,206). Sum of RGB (Red+Green+Blue) = 73+25+206=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #4919CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4919CE is #B6E631. Grayscale: #3B3B3B. Windows color (decimal): -11986482 or 13506889. OLE color: 13506889.
HSL color Cylindrical-coordinate representation of color #4919CE: hue angle of 255.91º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4919CE is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 25 | 206 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.19 |
| HSL | 255.91º | 0.78% | 0.45% | - |
| HSV(B) | 255.91º | 0.88% | 0.81% | - |
| XYZ | 14.24 | 6.57 | 58.91 | - |
| YUV | 59.99 | 210.4 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 206 | 0.65 | 0.88 | 0 | 0.19 | 255.91 | 0.78 | 0.45 |
| Hex | 49 | 19 | CE | 41 | 58 | 0 | 13 | 100 | 4E | 2D |
| Octal | 111 | 31 | 316 | 101 | 130 | 0 | 23 | 400 | 116 | 55 |
| Binary | 1001001 | 11001 | 11001110 | 1000001 | 1011000 | 0 | 10011 | 100000000 | 1001110 | 101101 |
Color Harmonies of #4919CE
Complementary color
Monochromatic Colors of #4919CE
Black with #4919CE
Text Example
Text Example
White with #4919CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4919CE; }
p { color: rgb(73,25,206); }
H1.HeaderClassName
{
color: #4919CE;
}
.AnyTagClassName
{
color: #4919CE;
}
</style>
background-color css
<style>
a { background-color: #4919CE; }
a { background-color: rgb(73,25,206); }
div.DivClassName
{
background-color: #4919CE;
}
.BgClassName
{
background-color: #4919CE;
}
</style>
border-color css
<style>
span { border-color: #4919CE; }
span { border-color: rgb(73,25,206); }
td.TdClassName
{
border-color: #4919CE;
}
.TagClassName
{
border-color: #4919CE;
}
</style>