Shades of Purple Heart #491EBA
Tints of Purple Heart #491EBA
RGB
CMYK
RGB Variations
Color information
#491EBA (or 0x491EBA) is known color: Purple Heart. HEX triplet: 49, 1E and BA. RGB value is (73,30,186). Sum of RGB (Red+Green+Blue) = 73+30+186=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #491EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491EBA is #B6E145. Grayscale: #3C3C3C. Windows color (decimal): -11985222 or 12197449. OLE color: 12197449.
HSL color Cylindrical-coordinate representation of color #491EBA: hue angle of 256.54º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491EBA is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 30 | 186 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.27 |
| HSL | 256.54º | 0.72% | 0.42% | - |
| HSV(B) | 256.54º | 0.84% | 0.73% | - |
| XYZ | 12.07 | 5.89 | 46.95 | - |
| YUV | 60.64 | 198.75 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 186 | 0.61 | 0.84 | 0 | 0.27 | 256.54 | 0.72 | 0.42 |
| Hex | 49 | 1E | BA | 3D | 54 | 0 | 1B | 101 | 48 | 2A |
| Octal | 111 | 36 | 272 | 75 | 124 | 0 | 33 | 401 | 110 | 52 |
| Binary | 1001001 | 11110 | 10111010 | 111101 | 1010100 | 0 | 11011 | 100000001 | 1001000 | 101010 |
Color Harmonies of #491EBA
Complementary color
Monochromatic Colors of #491EBA
Black with #491EBA
Text Example
Text Example
White with #491EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491EBA; }
p { color: rgb(73,30,186); }
H1.HeaderClassName
{
color: #491EBA;
}
.AnyTagClassName
{
color: #491EBA;
}
</style>
background-color css
<style>
a { background-color: #491EBA; }
a { background-color: rgb(73,30,186); }
div.DivClassName
{
background-color: #491EBA;
}
.BgClassName
{
background-color: #491EBA;
}
</style>
border-color css
<style>
span { border-color: #491EBA; }
span { border-color: rgb(73,30,186); }
td.TdClassName
{
border-color: #491EBA;
}
.TagClassName
{
border-color: #491EBA;
}
</style>