Shades of Purple Heart #491DAA
Tints of Purple Heart #491DAA
RGB
CMYK
RGB Variations
Color information
#491DAA (or 0x491DAA) is known color: Purple Heart. HEX triplet: 49, 1D and AA. RGB value is (73,29,170). Sum of RGB (Red+Green+Blue) = 73+29+170=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #491DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491DAA is #B6E255. Grayscale: #393939. Windows color (decimal): -11985494 or 11148617. OLE color: 11148617.
HSL color Cylindrical-coordinate representation of color #491DAA: hue angle of 258.72º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491DAA is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 29 | 170 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.33 |
| HSL | 258.72º | 0.71% | 0.39% | - |
| HSV(B) | 258.72º | 0.83% | 0.67% | - |
| XYZ | 10.44 | 5.2 | 38.48 | - |
| YUV | 58.23 | 191.08 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 170 | 0.57 | 0.83 | 0 | 0.33 | 258.72 | 0.71 | 0.39 |
| Hex | 49 | 1D | AA | 39 | 53 | 0 | 21 | 103 | 47 | 27 |
| Octal | 111 | 35 | 252 | 71 | 123 | 0 | 41 | 403 | 107 | 47 |
| Binary | 1001001 | 11101 | 10101010 | 111001 | 1010011 | 0 | 100001 | 100000011 | 1000111 | 100111 |
Color Harmonies of #491DAA
Complementary color
Monochromatic Colors of #491DAA
Black with #491DAA
Text Example
Text Example
White with #491DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491DAA; }
p { color: rgb(73,29,170); }
H1.HeaderClassName
{
color: #491DAA;
}
.AnyTagClassName
{
color: #491DAA;
}
</style>
background-color css
<style>
a { background-color: #491DAA; }
a { background-color: rgb(73,29,170); }
div.DivClassName
{
background-color: #491DAA;
}
.BgClassName
{
background-color: #491DAA;
}
</style>
border-color css
<style>
span { border-color: #491DAA; }
span { border-color: rgb(73,29,170); }
td.TdClassName
{
border-color: #491DAA;
}
.TagClassName
{
border-color: #491DAA;
}
</style>