Shades of Purple Heart #490FAD
Tints of Purple Heart #490FAD
RGB
CMYK
RGB Variations
Color information
#490FAD (or 0x490FAD) is known color: Purple Heart. HEX triplet: 49, 0F and AD. RGB value is (73,15,173). Sum of RGB (Red+Green+Blue) = 73+15+173=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #490FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490FAD is #B6F052. Grayscale: #313131. Windows color (decimal): -11989075 or 11341641. OLE color: 11341641.
HSL color Cylindrical-coordinate representation of color #490FAD: hue angle of 262.03º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490FAD is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 15 | 173 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.32 |
| HSL | 262.03º | 0.84% | 0.37% | - |
| HSV(B) | 262.03º | 0.91% | 0.68% | - |
| XYZ | 10.46 | 4.78 | 39.91 | - |
| YUV | 50.35 | 197.22 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 173 | 0.58 | 0.91 | 0 | 0.32 | 262.03 | 0.84 | 0.37 |
| Hex | 49 | F | AD | 3A | 5B | 0 | 20 | 106 | 54 | 25 |
| Octal | 111 | 17 | 255 | 72 | 133 | 0 | 40 | 406 | 124 | 45 |
| Binary | 1001001 | 1111 | 10101101 | 111010 | 1011011 | 0 | 100000 | 100000110 | 1010100 | 100101 |
Color Harmonies of #490FAD
Complementary color
Monochromatic Colors of #490FAD
Black with #490FAD
Text Example
Text Example
White with #490FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FAD; }
p { color: rgb(73,15,173); }
H1.HeaderClassName
{
color: #490FAD;
}
.AnyTagClassName
{
color: #490FAD;
}
</style>
background-color css
<style>
a { background-color: #490FAD; }
a { background-color: rgb(73,15,173); }
div.DivClassName
{
background-color: #490FAD;
}
.BgClassName
{
background-color: #490FAD;
}
</style>
border-color css
<style>
span { border-color: #490FAD; }
span { border-color: rgb(73,15,173); }
td.TdClassName
{
border-color: #490FAD;
}
.TagClassName
{
border-color: #490FAD;
}
</style>