Shades of Purple Heart #490BB5
Tints of Purple Heart #490BB5
RGB
CMYK
RGB Variations
Color information
#490BB5 (or 0x490BB5) is known color: Purple Heart. HEX triplet: 49, 0B and B5. RGB value is (73,11,181). Sum of RGB (Red+Green+Blue) = 73+11+181=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 181 (71.09% from 255 or 68.30% from 265); Max value from RGB is 181 - color contains mainly: blue. Hex color #490BB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490BB5 is #B6F44A. Grayscale: #303030. Windows color (decimal): -11990091 or 11864905. OLE color: 11864905.
HSL color Cylindrical-coordinate representation of color #490BB5: hue angle of 261.88º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490BB5 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 11 | 181 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.29 |
| HSL | 261.88º | 0.89% | 0.38% | - |
| HSV(B) | 261.88º | 0.94% | 0.71% | - |
| XYZ | 11.21 | 4.99 | 44.09 | - |
| YUV | 48.92 | 202.54 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 181 | 0.60 | 0.94 | 0 | 0.29 | 261.88 | 0.89 | 0.38 |
| Hex | 49 | B | B5 | 3C | 5E | 0 | 1D | 106 | 59 | 26 |
| Octal | 111 | 13 | 265 | 74 | 136 | 0 | 35 | 406 | 131 | 46 |
| Binary | 1001001 | 1011 | 10110101 | 111100 | 1011110 | 0 | 11101 | 100000110 | 1011001 | 100110 |
Color Harmonies of #490BB5
Complementary color
Monochromatic Colors of #490BB5
Black with #490BB5
Text Example
Text Example
White with #490BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BB5; }
p { color: rgb(73,11,181); }
H1.HeaderClassName
{
color: #490BB5;
}
.AnyTagClassName
{
color: #490BB5;
}
</style>
background-color css
<style>
a { background-color: #490BB5; }
a { background-color: rgb(73,11,181); }
div.DivClassName
{
background-color: #490BB5;
}
.BgClassName
{
background-color: #490BB5;
}
</style>
border-color css
<style>
span { border-color: #490BB5; }
span { border-color: rgb(73,11,181); }
td.TdClassName
{
border-color: #490BB5;
}
.TagClassName
{
border-color: #490BB5;
}
</style>