Shades of Purple Heart #491DB6
Tints of Purple Heart #491DB6
RGB
CMYK
RGB Variations
Color information
#491DB6 (or 0x491DB6) is known color: Purple Heart. HEX triplet: 49, 1D and B6. RGB value is (73,29,182). Sum of RGB (Red+Green+Blue) = 73+29+182=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 182 (71.48% from 255 or 64.08% from 284); Max value from RGB is 182 - color contains mainly: blue. Hex color #491DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491DB6 is #B6E249. Grayscale: #3B3B3B. Windows color (decimal): -11985482 or 11935049. OLE color: 11935049.
HSL color Cylindrical-coordinate representation of color #491DB6: hue angle of 257.25º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491DB6 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 29 | 182 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.29 |
| HSL | 257.25º | 0.73% | 0.41% | - |
| HSV(B) | 257.25º | 0.84% | 0.71% | - |
| XYZ | 11.63 | 5.67 | 44.74 | - |
| YUV | 59.6 | 197.08 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 182 | 0.60 | 0.84 | 0 | 0.29 | 257.25 | 0.73 | 0.41 |
| Hex | 49 | 1D | B6 | 3C | 54 | 0 | 1D | 101 | 49 | 29 |
| Octal | 111 | 35 | 266 | 74 | 124 | 0 | 35 | 401 | 111 | 51 |
| Binary | 1001001 | 11101 | 10110110 | 111100 | 1010100 | 0 | 11101 | 100000001 | 1001001 | 101001 |
Color Harmonies of #491DB6
Complementary color
Monochromatic Colors of #491DB6
Black with #491DB6
Text Example
Text Example
White with #491DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491DB6; }
p { color: rgb(73,29,182); }
H1.HeaderClassName
{
color: #491DB6;
}
.AnyTagClassName
{
color: #491DB6;
}
</style>
background-color css
<style>
a { background-color: #491DB6; }
a { background-color: rgb(73,29,182); }
div.DivClassName
{
background-color: #491DB6;
}
.BgClassName
{
background-color: #491DB6;
}
</style>
border-color css
<style>
span { border-color: #491DB6; }
span { border-color: rgb(73,29,182); }
td.TdClassName
{
border-color: #491DB6;
}
.TagClassName
{
border-color: #491DB6;
}
</style>