Shades of Purple Heart #491CB5
Tints of Purple Heart #491CB5
RGB
CMYK
RGB Variations
Color information
#491CB5 (or 0x491CB5) is known color: Purple Heart. HEX triplet: 49, 1C and B5. RGB value is (73,28,181). Sum of RGB (Red+Green+Blue) = 73+28+181=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 181 (71.09% from 255 or 64.18% from 282); Max value from RGB is 181 - color contains mainly: blue. Hex color #491CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491CB5 is #B6E34A. Grayscale: #3A3A3A. Windows color (decimal): -11985739 or 11869257. OLE color: 11869257.
HSL color Cylindrical-coordinate representation of color #491CB5: hue angle of 257.65º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491CB5 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 28 | 181 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.29 |
| HSL | 257.65º | 0.73% | 0.41% | - |
| HSV(B) | 257.65º | 0.85% | 0.71% | - |
| XYZ | 11.5 | 5.58 | 44.19 | - |
| YUV | 58.9 | 196.91 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 181 | 0.60 | 0.85 | 0 | 0.29 | 257.65 | 0.73 | 0.41 |
| Hex | 49 | 1C | B5 | 3C | 55 | 0 | 1D | 102 | 49 | 29 |
| Octal | 111 | 34 | 265 | 74 | 125 | 0 | 35 | 402 | 111 | 51 |
| Binary | 1001001 | 11100 | 10110101 | 111100 | 1010101 | 0 | 11101 | 100000010 | 1001001 | 101001 |
Color Harmonies of #491CB5
Complementary color
Monochromatic Colors of #491CB5
Black with #491CB5
Text Example
Text Example
White with #491CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491CB5; }
p { color: rgb(73,28,181); }
H1.HeaderClassName
{
color: #491CB5;
}
.AnyTagClassName
{
color: #491CB5;
}
</style>
background-color css
<style>
a { background-color: #491CB5; }
a { background-color: rgb(73,28,181); }
div.DivClassName
{
background-color: #491CB5;
}
.BgClassName
{
background-color: #491CB5;
}
</style>
border-color css
<style>
span { border-color: #491CB5; }
span { border-color: rgb(73,28,181); }
td.TdClassName
{
border-color: #491CB5;
}
.TagClassName
{
border-color: #491CB5;
}
</style>