Shades of Purple Heart #490BBD
Tints of Purple Heart #490BBD
RGB
CMYK
RGB Variations
Color information
#490BBD (or 0x490BBD) is known color: Purple Heart. HEX triplet: 49, 0B and BD. RGB value is (73,11,189). Sum of RGB (Red+Green+Blue) = 73+11+189=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #490BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490BBD is #B6F442. Grayscale: #313131. Windows color (decimal): -11990083 or 12389193. OLE color: 12389193.
HSL color Cylindrical-coordinate representation of color #490BBD: hue angle of 260.9º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490BBD is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 11 | 189 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.26 |
| HSL | 260.9º | 0.89% | 0.39% | - |
| HSV(B) | 260.9º | 0.94% | 0.74% | - |
| XYZ | 12.05 | 5.33 | 48.54 | - |
| YUV | 49.83 | 206.54 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 189 | 0.61 | 0.94 | 0 | 0.26 | 260.9 | 0.89 | 0.39 |
| Hex | 49 | B | BD | 3D | 5E | 0 | 1A | 105 | 59 | 27 |
| Octal | 111 | 13 | 275 | 75 | 136 | 0 | 32 | 405 | 131 | 47 |
| Binary | 1001001 | 1011 | 10111101 | 111101 | 1011110 | 0 | 11010 | 100000101 | 1011001 | 100111 |
Color Harmonies of #490BBD
Complementary color
Monochromatic Colors of #490BBD
Black with #490BBD
Text Example
Text Example
White with #490BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BBD; }
p { color: rgb(73,11,189); }
H1.HeaderClassName
{
color: #490BBD;
}
.AnyTagClassName
{
color: #490BBD;
}
</style>
background-color css
<style>
a { background-color: #490BBD; }
a { background-color: rgb(73,11,189); }
div.DivClassName
{
background-color: #490BBD;
}
.BgClassName
{
background-color: #490BBD;
}
</style>
border-color css
<style>
span { border-color: #490BBD; }
span { border-color: rgb(73,11,189); }
td.TdClassName
{
border-color: #490BBD;
}
.TagClassName
{
border-color: #490BBD;
}
</style>