Shades of Purple Heart #490DAD
Tints of Purple Heart #490DAD
RGB
CMYK
RGB Variations
Color information
#490DAD (or 0x490DAD) is known color: Purple Heart. HEX triplet: 49, 0D and AD. RGB value is (73,13,173). Sum of RGB (Red+Green+Blue) = 73+13+173=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #490DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490DAD is #B6F252. Grayscale: #303030. Windows color (decimal): -11989587 or 11341129. OLE color: 11341129.
HSL color Cylindrical-coordinate representation of color #490DAD: hue angle of 262.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490DAD is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 13 | 173 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.32 |
| HSL | 262.5º | 0.86% | 0.36% | - |
| HSV(B) | 262.5º | 0.92% | 0.68% | - |
| XYZ | 10.43 | 4.72 | 39.9 | - |
| YUV | 49.18 | 197.88 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 173 | 0.58 | 0.92 | 0 | 0.32 | 262.5 | 0.86 | 0.36 |
| Hex | 49 | D | AD | 3A | 5C | 0 | 20 | 106 | 56 | 24 |
| Octal | 111 | 15 | 255 | 72 | 134 | 0 | 40 | 406 | 126 | 44 |
| Binary | 1001001 | 1101 | 10101101 | 111010 | 1011100 | 0 | 100000 | 100000110 | 1010110 | 100100 |
Color Harmonies of #490DAD
Complementary color
Monochromatic Colors of #490DAD
Black with #490DAD
Text Example
Text Example
White with #490DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DAD; }
p { color: rgb(73,13,173); }
H1.HeaderClassName
{
color: #490DAD;
}
.AnyTagClassName
{
color: #490DAD;
}
</style>
background-color css
<style>
a { background-color: #490DAD; }
a { background-color: rgb(73,13,173); }
div.DivClassName
{
background-color: #490DAD;
}
.BgClassName
{
background-color: #490DAD;
}
</style>
border-color css
<style>
span { border-color: #490DAD; }
span { border-color: rgb(73,13,173); }
td.TdClassName
{
border-color: #490DAD;
}
.TagClassName
{
border-color: #490DAD;
}
</style>