Shades of Purple Heart #4919CB
Tints of Purple Heart #4919CB
RGB
CMYK
RGB Variations
Color information
#4919CB (or 0x4919CB) is known color: Purple Heart. HEX triplet: 49, 19 and CB. RGB value is (73,25,203). Sum of RGB (Red+Green+Blue) = 73+25+203=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #4919CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4919CB is #B6E634. Grayscale: #3A3A3A. Windows color (decimal): -11986485 or 13310281. OLE color: 13310281.
HSL color Cylindrical-coordinate representation of color #4919CB: hue angle of 256.18º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4919CB is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 25 | 203 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.20 |
| HSL | 256.18º | 0.78% | 0.45% | - |
| HSV(B) | 256.18º | 0.88% | 0.8% | - |
| XYZ | 13.87 | 6.42 | 57.01 | - |
| YUV | 59.64 | 208.9 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 203 | 0.64 | 0.88 | 0 | 0.20 | 256.18 | 0.78 | 0.45 |
| Hex | 49 | 19 | CB | 40 | 58 | 0 | 14 | 100 | 4E | 2D |
| Octal | 111 | 31 | 313 | 100 | 130 | 0 | 24 | 400 | 116 | 55 |
| Binary | 1001001 | 11001 | 11001011 | 1000000 | 1011000 | 0 | 10100 | 100000000 | 1001110 | 101101 |
Color Harmonies of #4919CB
Complementary color
Monochromatic Colors of #4919CB
Black with #4919CB
Text Example
Text Example
White with #4919CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4919CB; }
p { color: rgb(73,25,203); }
H1.HeaderClassName
{
color: #4919CB;
}
.AnyTagClassName
{
color: #4919CB;
}
</style>
background-color css
<style>
a { background-color: #4919CB; }
a { background-color: rgb(73,25,203); }
div.DivClassName
{
background-color: #4919CB;
}
.BgClassName
{
background-color: #4919CB;
}
</style>
border-color css
<style>
span { border-color: #4919CB; }
span { border-color: rgb(73,25,203); }
td.TdClassName
{
border-color: #4919CB;
}
.TagClassName
{
border-color: #4919CB;
}
</style>