Shades of Purple Heart #490DBB
Tints of Purple Heart #490DBB
RGB
CMYK
RGB Variations
Color information
#490DBB (or 0x490DBB) is known color: Purple Heart. HEX triplet: 49, 0D and BB. RGB value is (73,13,187). Sum of RGB (Red+Green+Blue) = 73+13+187=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #490DBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DBB is #B6F244. Grayscale: #323232. Windows color (decimal): -11989573 or 12258633. OLE color: 12258633.
HSL color Cylindrical-coordinate representation of color #490DBB: hue angle of 260.69º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490DBB is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 13 | 187 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.27 |
| HSL | 260.69º | 0.87% | 0.39% | - |
| HSV(B) | 260.69º | 0.93% | 0.73% | - |
| XYZ | 11.86 | 5.29 | 47.41 | - |
| YUV | 50.78 | 204.88 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 187 | 0.61 | 0.93 | 0 | 0.27 | 260.69 | 0.87 | 0.39 |
| Hex | 49 | D | BB | 3D | 5D | 0 | 1B | 105 | 57 | 27 |
| Octal | 111 | 15 | 273 | 75 | 135 | 0 | 33 | 405 | 127 | 47 |
| Binary | 1001001 | 1101 | 10111011 | 111101 | 1011101 | 0 | 11011 | 100000101 | 1010111 | 100111 |
Color Harmonies of #490DBB
Complementary color
Monochromatic Colors of #490DBB
Black with #490DBB
Text Example
Text Example
White with #490DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DBB; }
p { color: rgb(73,13,187); }
H1.HeaderClassName
{
color: #490DBB;
}
.AnyTagClassName
{
color: #490DBB;
}
</style>
background-color css
<style>
a { background-color: #490DBB; }
a { background-color: rgb(73,13,187); }
div.DivClassName
{
background-color: #490DBB;
}
.BgClassName
{
background-color: #490DBB;
}
</style>
border-color css
<style>
span { border-color: #490DBB; }
span { border-color: rgb(73,13,187); }
td.TdClassName
{
border-color: #490DBB;
}
.TagClassName
{
border-color: #490DBB;
}
</style>