Shades of Purple Heart #491DBE
Tints of Purple Heart #491DBE
RGB
CMYK
RGB Variations
Color information
#491DBE (or 0x491DBE) is known color: Purple Heart. HEX triplet: 49, 1D and BE. RGB value is (73,29,190). Sum of RGB (Red+Green+Blue) = 73+29+190=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #491DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491DBE is #B6E241. Grayscale: #3B3B3B. Windows color (decimal): -11985474 or 12459337. OLE color: 12459337.
HSL color Cylindrical-coordinate representation of color #491DBE: hue angle of 256.4º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491DBE is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 29 | 190 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.25 |
| HSL | 256.4º | 0.74% | 0.43% | - |
| HSV(B) | 256.4º | 0.85% | 0.75% | - |
| XYZ | 12.48 | 6.01 | 49.22 | - |
| YUV | 60.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 190 | 0.62 | 0.85 | 0 | 0.25 | 256.4 | 0.74 | 0.43 |
| Hex | 49 | 1D | BE | 3E | 55 | 0 | 19 | 100 | 4A | 2B |
| Octal | 111 | 35 | 276 | 76 | 125 | 0 | 31 | 400 | 112 | 53 |
| Binary | 1001001 | 11101 | 10111110 | 111110 | 1010101 | 0 | 11001 | 100000000 | 1001010 | 101011 |
Color Harmonies of #491DBE
Complementary color
Monochromatic Colors of #491DBE
Black with #491DBE
Text Example
Text Example
White with #491DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491DBE; }
p { color: rgb(73,29,190); }
H1.HeaderClassName
{
color: #491DBE;
}
.AnyTagClassName
{
color: #491DBE;
}
</style>
background-color css
<style>
a { background-color: #491DBE; }
a { background-color: rgb(73,29,190); }
div.DivClassName
{
background-color: #491DBE;
}
.BgClassName
{
background-color: #491DBE;
}
</style>
border-color css
<style>
span { border-color: #491DBE; }
span { border-color: rgb(73,29,190); }
td.TdClassName
{
border-color: #491DBE;
}
.TagClassName
{
border-color: #491DBE;
}
</style>