Shades of Purple Heart #490ECC
Tints of Purple Heart #490ECC
RGB
CMYK
RGB Variations
Color information
#490ECC (or 0x490ECC) is known color: Purple Heart. HEX triplet: 49, 0E and CC. RGB value is (73,14,204). Sum of RGB (Red+Green+Blue) = 73+14+204=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #490ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ECC is #B6F133. Grayscale: #343434. Windows color (decimal): -11989300 or 13373001. OLE color: 13373001.
HSL color Cylindrical-coordinate representation of color #490ECC: hue angle of 258.63º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490ECC is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 14 | 204 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.2 |
| HSL | 258.63º | 0.87% | 0.43% | - |
| HSV(B) | 258.63º | 0.93% | 0.8% | - |
| XYZ | 13.8 | 6.09 | 57.57 | - |
| YUV | 53.3 | 213.05 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 204 | 0.64 | 0.93 | 0 | 0.2 | 258.63 | 0.87 | 0.43 |
| Hex | 49 | E | CC | 40 | 5D | 0 | 14 | 103 | 57 | 2B |
| Octal | 111 | 16 | 314 | 100 | 135 | 0 | 24 | 403 | 127 | 53 |
| Binary | 1001001 | 1110 | 11001100 | 1000000 | 1011101 | 0 | 10100 | 100000011 | 1010111 | 101011 |
Color Harmonies of #490ECC
Complementary color
Monochromatic Colors of #490ECC
Black with #490ECC
Text Example
Text Example
White with #490ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490ECC; }
p { color: rgb(73,14,204); }
H1.HeaderClassName
{
color: #490ECC;
}
.AnyTagClassName
{
color: #490ECC;
}
</style>
background-color css
<style>
a { background-color: #490ECC; }
a { background-color: rgb(73,14,204); }
div.DivClassName
{
background-color: #490ECC;
}
.BgClassName
{
background-color: #490ECC;
}
</style>
border-color css
<style>
span { border-color: #490ECC; }
span { border-color: rgb(73,14,204); }
td.TdClassName
{
border-color: #490ECC;
}
.TagClassName
{
border-color: #490ECC;
}
</style>