Shades of Purple Heart #4900C0
Tints of Purple Heart #4900C0
RGB
CMYK
RGB Variations
Color information
#4900C0 (or 0x4900C0) is known color: Purple Heart. HEX triplet: 49, 00 and C0. RGB value is (73,0,192). Sum of RGB (Red+Green+Blue) = 73+0+192=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 192 (75.39% from 255 or 72.45% from 265); Max value from RGB is 192 - color contains mainly: blue. Hex color #4900C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900C0 is #B6FF3F. Grayscale: #2B2B2B. Windows color (decimal): -11992896 or 12582985. OLE color: 12582985.
HSL color Cylindrical-coordinate representation of color #4900C0: hue angle of 262.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900C0 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 0 | 192 | - |
| CMYK | 0.62 | 1 | 0 | 0.25 |
| HSL | 262.81º | 1% | 0.38% | - |
| HSV(B) | 262.81º | 1% | 0.75% | - |
| XYZ | 12.26 | 5.22 | 50.23 | - |
| YUV | 43.72 | 211.68 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 192 | 0.62 | 1 | 0 | 0.25 | 262.81 | 1 | 0.38 |
| Hex | 49 | 0 | C0 | 3E | 64 | 0 | 19 | 107 | 64 | 26 |
| Octal | 111 | 0 | 300 | 76 | 144 | 0 | 31 | 407 | 144 | 46 |
| Binary | 1001001 | 0 | 11000000 | 111110 | 1100100 | 0 | 11001 | 100000111 | 1100100 | 100110 |
Color Harmonies of #4900C0
Complementary color
Monochromatic Colors of #4900C0
Black with #4900C0
Text Example
Text Example
White with #4900C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900C0; }
p { color: rgb(73,0,192); }
H1.HeaderClassName
{
color: #4900C0;
}
.AnyTagClassName
{
color: #4900C0;
}
</style>
background-color css
<style>
a { background-color: #4900C0; }
a { background-color: rgb(73,0,192); }
div.DivClassName
{
background-color: #4900C0;
}
.BgClassName
{
background-color: #4900C0;
}
</style>
border-color css
<style>
span { border-color: #4900C0; }
span { border-color: rgb(73,0,192); }
td.TdClassName
{
border-color: #4900C0;
}
.TagClassName
{
border-color: #4900C0;
}
</style>