Shades of Purple Heart #490DBE
Tints of Purple Heart #490DBE
RGB
CMYK
RGB Variations
Color information
#490DBE (or 0x490DBE) is known color: Purple Heart. HEX triplet: 49, 0D and BE. RGB value is (73,13,190). Sum of RGB (Red+Green+Blue) = 73+13+190=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #490DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DBE is #B6F241. Grayscale: #323232. Windows color (decimal): -11989570 or 12455241. OLE color: 12455241.
HSL color Cylindrical-coordinate representation of color #490DBE: hue angle of 260.34º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490DBE is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 13 | 190 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.25 |
| HSL | 260.34º | 0.87% | 0.4% | - |
| HSV(B) | 260.34º | 0.93% | 0.75% | - |
| XYZ | 12.19 | 5.42 | 49.12 | - |
| YUV | 51.12 | 206.38 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 190 | 0.62 | 0.93 | 0 | 0.25 | 260.34 | 0.87 | 0.4 |
| Hex | 49 | D | BE | 3E | 5D | 0 | 19 | 104 | 57 | 28 |
| Octal | 111 | 15 | 276 | 76 | 135 | 0 | 31 | 404 | 127 | 50 |
| Binary | 1001001 | 1101 | 10111110 | 111110 | 1011101 | 0 | 11001 | 100000100 | 1010111 | 101000 |
Color Harmonies of #490DBE
Complementary color
Monochromatic Colors of #490DBE
Black with #490DBE
Text Example
Text Example
White with #490DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DBE; }
p { color: rgb(73,13,190); }
H1.HeaderClassName
{
color: #490DBE;
}
.AnyTagClassName
{
color: #490DBE;
}
</style>
background-color css
<style>
a { background-color: #490DBE; }
a { background-color: rgb(73,13,190); }
div.DivClassName
{
background-color: #490DBE;
}
.BgClassName
{
background-color: #490DBE;
}
</style>
border-color css
<style>
span { border-color: #490DBE; }
span { border-color: rgb(73,13,190); }
td.TdClassName
{
border-color: #490DBE;
}
.TagClassName
{
border-color: #490DBE;
}
</style>