Shades of Purple Heart #491DBF
Tints of Purple Heart #491DBF
RGB
CMYK
RGB Variations
Color information
#491DBF (or 0x491DBF) is known color: Purple Heart. HEX triplet: 49, 1D and BF. RGB value is (73,29,191). Sum of RGB (Red+Green+Blue) = 73+29+191=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #491DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491DBF is #B6E240. Grayscale: #3C3C3C. Windows color (decimal): -11985473 or 12524873. OLE color: 12524873.
HSL color Cylindrical-coordinate representation of color #491DBF: hue angle of 256.3º 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 #491DBF is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 29 | 191 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.25 |
| HSL | 256.3º | 0.74% | 0.43% | - |
| HSV(B) | 256.3º | 0.85% | 0.75% | - |
| XYZ | 12.59 | 6.06 | 49.8 | - |
| YUV | 60.62 | 201.58 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 191 | 0.62 | 0.85 | 0 | 0.25 | 256.3 | 0.74 | 0.43 |
| Hex | 49 | 1D | BF | 3E | 55 | 0 | 19 | 100 | 4A | 2B |
| Octal | 111 | 35 | 277 | 76 | 125 | 0 | 31 | 400 | 112 | 53 |
| Binary | 1001001 | 11101 | 10111111 | 111110 | 1010101 | 0 | 11001 | 100000000 | 1001010 | 101011 |
Color Harmonies of #491DBF
Complementary color
Monochromatic Colors of #491DBF
Black with #491DBF
Text Example
Text Example
White with #491DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491DBF; }
p { color: rgb(73,29,191); }
H1.HeaderClassName
{
color: #491DBF;
}
.AnyTagClassName
{
color: #491DBF;
}
</style>
background-color css
<style>
a { background-color: #491DBF; }
a { background-color: rgb(73,29,191); }
div.DivClassName
{
background-color: #491DBF;
}
.BgClassName
{
background-color: #491DBF;
}
</style>
border-color css
<style>
span { border-color: #491DBF; }
span { border-color: rgb(73,29,191); }
td.TdClassName
{
border-color: #491DBF;
}
.TagClassName
{
border-color: #491DBF;
}
</style>