Shades of Purple Heart #491ABE
Tints of Purple Heart #491ABE
RGB
CMYK
RGB Variations
Color information
#491ABE (or 0x491ABE) is known color: Purple Heart. HEX triplet: 49, 1A and BE. RGB value is (73,26,190). Sum of RGB (Red+Green+Blue) = 73+26+190=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #491ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ABE is #B6E541. Grayscale: #3A3A3A. Windows color (decimal): -11986242 or 12458569. OLE color: 12458569.
HSL color Cylindrical-coordinate representation of color #491ABE: hue angle of 257.2º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491ABE is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 26 | 190 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.25 |
| HSL | 257.2º | 0.76% | 0.42% | - |
| HSV(B) | 257.2º | 0.86% | 0.75% | - |
| XYZ | 12.41 | 5.87 | 49.19 | - |
| YUV | 58.75 | 202.07 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 190 | 0.62 | 0.86 | 0 | 0.25 | 257.2 | 0.76 | 0.42 |
| Hex | 49 | 1A | BE | 3E | 56 | 0 | 19 | 101 | 4C | 2A |
| Octal | 111 | 32 | 276 | 76 | 126 | 0 | 31 | 401 | 114 | 52 |
| Binary | 1001001 | 11010 | 10111110 | 111110 | 1010110 | 0 | 11001 | 100000001 | 1001100 | 101010 |
Color Harmonies of #491ABE
Complementary color
Monochromatic Colors of #491ABE
Black with #491ABE
Text Example
Text Example
White with #491ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491ABE; }
p { color: rgb(73,26,190); }
H1.HeaderClassName
{
color: #491ABE;
}
.AnyTagClassName
{
color: #491ABE;
}
</style>
background-color css
<style>
a { background-color: #491ABE; }
a { background-color: rgb(73,26,190); }
div.DivClassName
{
background-color: #491ABE;
}
.BgClassName
{
background-color: #491ABE;
}
</style>
border-color css
<style>
span { border-color: #491ABE; }
span { border-color: rgb(73,26,190); }
td.TdClassName
{
border-color: #491ABE;
}
.TagClassName
{
border-color: #491ABE;
}
</style>