Shades of Purple Heart #490DB6
Tints of Purple Heart #490DB6
RGB
CMYK
RGB Variations
Color information
#490DB6 (or 0x490DB6) is known color: Purple Heart. HEX triplet: 49, 0D and B6. RGB value is (73,13,182). Sum of RGB (Red+Green+Blue) = 73+13+182=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 182 (71.48% from 255 or 67.91% from 268); Max value from RGB is 182 - color contains mainly: blue. Hex color #490DB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DB6 is #B6F249. Grayscale: #313131. Windows color (decimal): -11989578 or 11930953. OLE color: 11930953.
HSL color Cylindrical-coordinate representation of color #490DB6: hue angle of 261.3º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490DB6 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 13 | 182 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.29 |
| HSL | 261.3º | 0.87% | 0.38% | - |
| HSV(B) | 261.3º | 0.93% | 0.71% | - |
| XYZ | 11.34 | 5.08 | 44.64 | - |
| YUV | 50.21 | 202.38 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 182 | 0.60 | 0.93 | 0 | 0.29 | 261.3 | 0.87 | 0.38 |
| Hex | 49 | D | B6 | 3C | 5D | 0 | 1D | 105 | 57 | 26 |
| Octal | 111 | 15 | 266 | 74 | 135 | 0 | 35 | 405 | 127 | 46 |
| Binary | 1001001 | 1101 | 10110110 | 111100 | 1011101 | 0 | 11101 | 100000101 | 1010111 | 100110 |
Color Harmonies of #490DB6
Complementary color
Monochromatic Colors of #490DB6
Black with #490DB6
Text Example
Text Example
White with #490DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DB6; }
p { color: rgb(73,13,182); }
H1.HeaderClassName
{
color: #490DB6;
}
.AnyTagClassName
{
color: #490DB6;
}
</style>
background-color css
<style>
a { background-color: #490DB6; }
a { background-color: rgb(73,13,182); }
div.DivClassName
{
background-color: #490DB6;
}
.BgClassName
{
background-color: #490DB6;
}
</style>
border-color css
<style>
span { border-color: #490DB6; }
span { border-color: rgb(73,13,182); }
td.TdClassName
{
border-color: #490DB6;
}
.TagClassName
{
border-color: #490DB6;
}
</style>