Shades of Purple Heart #491DB5
Tints of Purple Heart #491DB5
RGB
CMYK
RGB Variations
Color information
#491DB5 (or 0x491DB5) is known color: Purple Heart. HEX triplet: 49, 1D and B5. RGB value is (73,29,181). Sum of RGB (Red+Green+Blue) = 73+29+181=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 181 (71.09% from 255 or 63.96% from 283); Max value from RGB is 181 - color contains mainly: blue. Hex color #491DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491DB5 is #B6E24A. Grayscale: #3A3A3A. Windows color (decimal): -11985483 or 11869513. OLE color: 11869513.
HSL color Cylindrical-coordinate representation of color #491DB5: hue angle of 257.37º degrees, saturation: 0.72, 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 #491DB5 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 29 | 181 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.29 |
| HSL | 257.37º | 0.72% | 0.41% | - |
| HSV(B) | 257.37º | 0.84% | 0.71% | - |
| XYZ | 11.53 | 5.63 | 44.2 | - |
| YUV | 59.48 | 196.58 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 181 | 0.60 | 0.84 | 0 | 0.29 | 257.37 | 0.72 | 0.41 |
| Hex | 49 | 1D | B5 | 3C | 54 | 0 | 1D | 101 | 48 | 29 |
| Octal | 111 | 35 | 265 | 74 | 124 | 0 | 35 | 401 | 110 | 51 |
| Binary | 1001001 | 11101 | 10110101 | 111100 | 1010100 | 0 | 11101 | 100000001 | 1001000 | 101001 |
Color Harmonies of #491DB5
Complementary color
Monochromatic Colors of #491DB5
Black with #491DB5
Text Example
Text Example
White with #491DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491DB5; }
p { color: rgb(73,29,181); }
H1.HeaderClassName
{
color: #491DB5;
}
.AnyTagClassName
{
color: #491DB5;
}
</style>
background-color css
<style>
a { background-color: #491DB5; }
a { background-color: rgb(73,29,181); }
div.DivClassName
{
background-color: #491DB5;
}
.BgClassName
{
background-color: #491DB5;
}
</style>
border-color css
<style>
span { border-color: #491DB5; }
span { border-color: rgb(73,29,181); }
td.TdClassName
{
border-color: #491DB5;
}
.TagClassName
{
border-color: #491DB5;
}
</style>