Shades of Purple Heart #4900C2
Tints of Purple Heart #4900C2
RGB
CMYK
RGB Variations
Color information
#4900C2 (or 0x4900C2) is known color: Purple Heart. HEX triplet: 49, 00 and C2. RGB value is (73,0,194). Sum of RGB (Red+Green+Blue) = 73+0+194=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 194 (76.17% from 255 or 72.66% from 267); Max value from RGB is 194 - color contains mainly: blue. Hex color #4900C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900C2 is #B6FF3D. Grayscale: #2B2B2B. Windows color (decimal): -11992894 or 12714057. OLE color: 12714057.
HSL color Cylindrical-coordinate representation of color #4900C2: hue angle of 262.58º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900C2 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 0 | 194 | - |
| CMYK | 0.62 | 1 | 0 | 0.24 |
| HSL | 262.58º | 1% | 0.38% | - |
| HSV(B) | 262.58º | 1% | 0.76% | - |
| XYZ | 12.49 | 5.31 | 51.41 | - |
| YUV | 43.94 | 212.68 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 194 | 0.62 | 1 | 0 | 0.24 | 262.58 | 1 | 0.38 |
| Hex | 49 | 0 | C2 | 3E | 64 | 0 | 18 | 107 | 64 | 26 |
| Octal | 111 | 0 | 302 | 76 | 144 | 0 | 30 | 407 | 144 | 46 |
| Binary | 1001001 | 0 | 11000010 | 111110 | 1100100 | 0 | 11000 | 100000111 | 1100100 | 100110 |
Color Harmonies of #4900C2
Complementary color
Monochromatic Colors of #4900C2
Black with #4900C2
Text Example
Text Example
White with #4900C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900C2; }
p { color: rgb(73,0,194); }
H1.HeaderClassName
{
color: #4900C2;
}
.AnyTagClassName
{
color: #4900C2;
}
</style>
background-color css
<style>
a { background-color: #4900C2; }
a { background-color: rgb(73,0,194); }
div.DivClassName
{
background-color: #4900C2;
}
.BgClassName
{
background-color: #4900C2;
}
</style>
border-color css
<style>
span { border-color: #4900C2; }
span { border-color: rgb(73,0,194); }
td.TdClassName
{
border-color: #4900C2;
}
.TagClassName
{
border-color: #4900C2;
}
</style>