Shades of Purple Heart #490AC0
Tints of Purple Heart #490AC0
RGB
CMYK
RGB Variations
Color information
#490AC0 (or 0x490AC0) is known color: Purple Heart. HEX triplet: 49, 0A and C0. RGB value is (73,10,192). Sum of RGB (Red+Green+Blue) = 73+10+192=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 192 (75.39% from 255 or 69.82% from 275); Max value from RGB is 192 - color contains mainly: blue. Hex color #490AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490AC0 is #B6F53F. Grayscale: #303030. Windows color (decimal): -11990336 or 12585545. OLE color: 12585545.
HSL color Cylindrical-coordinate representation of color #490AC0: hue angle of 260.77º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490AC0 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 10 | 192 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.25 |
| HSL | 260.77º | 0.9% | 0.4% | - |
| HSV(B) | 260.77º | 0.95% | 0.75% | - |
| XYZ | 12.37 | 5.44 | 50.27 | - |
| YUV | 49.59 | 208.37 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 192 | 0.62 | 0.95 | 0 | 0.25 | 260.77 | 0.9 | 0.4 |
| Hex | 49 | A | C0 | 3E | 5F | 0 | 19 | 105 | 5A | 28 |
| Octal | 111 | 12 | 300 | 76 | 137 | 0 | 31 | 405 | 132 | 50 |
| Binary | 1001001 | 1010 | 11000000 | 111110 | 1011111 | 0 | 11001 | 100000101 | 1011010 | 101000 |
Color Harmonies of #490AC0
Complementary color
Monochromatic Colors of #490AC0
Black with #490AC0
Text Example
Text Example
White with #490AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490AC0; }
p { color: rgb(73,10,192); }
H1.HeaderClassName
{
color: #490AC0;
}
.AnyTagClassName
{
color: #490AC0;
}
</style>
background-color css
<style>
a { background-color: #490AC0; }
a { background-color: rgb(73,10,192); }
div.DivClassName
{
background-color: #490AC0;
}
.BgClassName
{
background-color: #490AC0;
}
</style>
border-color css
<style>
span { border-color: #490AC0; }
span { border-color: rgb(73,10,192); }
td.TdClassName
{
border-color: #490AC0;
}
.TagClassName
{
border-color: #490AC0;
}
</style>