Shades of Purple Heart #490EBE
Tints of Purple Heart #490EBE
RGB
CMYK
RGB Variations
Color information
#490EBE (or 0x490EBE) is known color: Purple Heart. HEX triplet: 49, 0E and BE. RGB value is (73,14,190). Sum of RGB (Red+Green+Blue) = 73+14+190=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #490EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EBE is #B6F141. Grayscale: #333333. Windows color (decimal): -11989314 or 12455497. OLE color: 12455497.
HSL color Cylindrical-coordinate representation of color #490EBE: hue angle of 260.11º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490EBE is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 14 | 190 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.25 |
| HSL | 260.11º | 0.86% | 0.4% | - |
| HSV(B) | 260.11º | 0.93% | 0.75% | - |
| XYZ | 12.2 | 5.45 | 49.12 | - |
| YUV | 51.71 | 206.05 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 190 | 0.62 | 0.93 | 0 | 0.25 | 260.11 | 0.86 | 0.4 |
| Hex | 49 | E | BE | 3E | 5D | 0 | 19 | 104 | 56 | 28 |
| Octal | 111 | 16 | 276 | 76 | 135 | 0 | 31 | 404 | 126 | 50 |
| Binary | 1001001 | 1110 | 10111110 | 111110 | 1011101 | 0 | 11001 | 100000100 | 1010110 | 101000 |
Color Harmonies of #490EBE
Complementary color
Monochromatic Colors of #490EBE
Black with #490EBE
Text Example
Text Example
White with #490EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490EBE; }
p { color: rgb(73,14,190); }
H1.HeaderClassName
{
color: #490EBE;
}
.AnyTagClassName
{
color: #490EBE;
}
</style>
background-color css
<style>
a { background-color: #490EBE; }
a { background-color: rgb(73,14,190); }
div.DivClassName
{
background-color: #490EBE;
}
.BgClassName
{
background-color: #490EBE;
}
</style>
border-color css
<style>
span { border-color: #490EBE; }
span { border-color: rgb(73,14,190); }
td.TdClassName
{
border-color: #490EBE;
}
.TagClassName
{
border-color: #490EBE;
}
</style>