Shades of Purple Heart #491CA9
Tints of Purple Heart #491CA9
RGB
CMYK
RGB Variations
Color information
#491CA9 (or 0x491CA9) is known color: Purple Heart. HEX triplet: 49, 1C and A9. RGB value is (73,28,169). Sum of RGB (Red+Green+Blue) = 73+28+169=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 169 (66.41% from 255 or 62.59% from 270); Max value from RGB is 169 - color contains mainly: blue. Hex color #491CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491CA9 is #B6E356. Grayscale: #393939. Windows color (decimal): -11985751 or 11082825. OLE color: 11082825.
HSL color Cylindrical-coordinate representation of color #491CA9: hue angle of 259.15º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491CA9 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 28 | 169 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.34 |
| HSL | 259.15º | 0.72% | 0.39% | - |
| HSV(B) | 259.15º | 0.83% | 0.66% | - |
| XYZ | 10.32 | 5.11 | 37.98 | - |
| YUV | 57.53 | 190.91 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 169 | 0.57 | 0.83 | 0 | 0.34 | 259.15 | 0.72 | 0.39 |
| Hex | 49 | 1C | A9 | 39 | 53 | 0 | 22 | 103 | 48 | 27 |
| Octal | 111 | 34 | 251 | 71 | 123 | 0 | 42 | 403 | 110 | 47 |
| Binary | 1001001 | 11100 | 10101001 | 111001 | 1010011 | 0 | 100010 | 100000011 | 1001000 | 100111 |
Color Harmonies of #491CA9
Complementary color
Monochromatic Colors of #491CA9
Black with #491CA9
Text Example
Text Example
White with #491CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491CA9; }
p { color: rgb(73,28,169); }
H1.HeaderClassName
{
color: #491CA9;
}
.AnyTagClassName
{
color: #491CA9;
}
</style>
background-color css
<style>
a { background-color: #491CA9; }
a { background-color: rgb(73,28,169); }
div.DivClassName
{
background-color: #491CA9;
}
.BgClassName
{
background-color: #491CA9;
}
</style>
border-color css
<style>
span { border-color: #491CA9; }
span { border-color: rgb(73,28,169); }
td.TdClassName
{
border-color: #491CA9;
}
.TagClassName
{
border-color: #491CA9;
}
</style>