Shades of Purple Heart #490BBE
Tints of Purple Heart #490BBE
RGB
CMYK
RGB Variations
Color information
#490BBE (or 0x490BBE) is known color: Purple Heart. HEX triplet: 49, 0B and BE. RGB value is (73,11,190). Sum of RGB (Red+Green+Blue) = 73+11+190=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #490BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490BBE is #B6F441. Grayscale: #313131. Windows color (decimal): -11990082 or 12454729. OLE color: 12454729.
HSL color Cylindrical-coordinate representation of color #490BBE: hue angle of 260.78º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490BBE is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 11 | 190 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.25 |
| HSL | 260.78º | 0.89% | 0.39% | - |
| HSV(B) | 260.78º | 0.94% | 0.75% | - |
| XYZ | 12.16 | 5.37 | 49.11 | - |
| YUV | 49.94 | 207.04 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 190 | 0.62 | 0.94 | 0 | 0.25 | 260.78 | 0.89 | 0.39 |
| Hex | 49 | B | BE | 3E | 5E | 0 | 19 | 105 | 59 | 27 |
| Octal | 111 | 13 | 276 | 76 | 136 | 0 | 31 | 405 | 131 | 47 |
| Binary | 1001001 | 1011 | 10111110 | 111110 | 1011110 | 0 | 11001 | 100000101 | 1011001 | 100111 |
Color Harmonies of #490BBE
Complementary color
Monochromatic Colors of #490BBE
Black with #490BBE
Text Example
Text Example
White with #490BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BBE; }
p { color: rgb(73,11,190); }
H1.HeaderClassName
{
color: #490BBE;
}
.AnyTagClassName
{
color: #490BBE;
}
</style>
background-color css
<style>
a { background-color: #490BBE; }
a { background-color: rgb(73,11,190); }
div.DivClassName
{
background-color: #490BBE;
}
.BgClassName
{
background-color: #490BBE;
}
</style>
border-color css
<style>
span { border-color: #490BBE; }
span { border-color: rgb(73,11,190); }
td.TdClassName
{
border-color: #490BBE;
}
.TagClassName
{
border-color: #490BBE;
}
</style>