Shades of Purple Heart #491BBA
Tints of Purple Heart #491BBA
RGB
CMYK
RGB Variations
Color information
#491BBA (or 0x491BBA) is known color: Purple Heart. HEX triplet: 49, 1B and BA. RGB value is (73,27,186). Sum of RGB (Red+Green+Blue) = 73+27+186=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #491BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BBA is #B6E445. Grayscale: #3A3A3A. Windows color (decimal): -11985990 or 12196681. OLE color: 12196681.
HSL color Cylindrical-coordinate representation of color #491BBA: hue angle of 257.36º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491BBA is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 27 | 186 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.27 |
| HSL | 257.36º | 0.75% | 0.42% | - |
| HSV(B) | 257.36º | 0.85% | 0.73% | - |
| XYZ | 12 | 5.75 | 46.93 | - |
| YUV | 58.88 | 199.74 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 186 | 0.61 | 0.85 | 0 | 0.27 | 257.36 | 0.75 | 0.42 |
| Hex | 49 | 1B | BA | 3D | 55 | 0 | 1B | 101 | 4B | 2A |
| Octal | 111 | 33 | 272 | 75 | 125 | 0 | 33 | 401 | 113 | 52 |
| Binary | 1001001 | 11011 | 10111010 | 111101 | 1010101 | 0 | 11011 | 100000001 | 1001011 | 101010 |
Color Harmonies of #491BBA
Complementary color
Monochromatic Colors of #491BBA
Black with #491BBA
Text Example
Text Example
White with #491BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491BBA; }
p { color: rgb(73,27,186); }
H1.HeaderClassName
{
color: #491BBA;
}
.AnyTagClassName
{
color: #491BBA;
}
</style>
background-color css
<style>
a { background-color: #491BBA; }
a { background-color: rgb(73,27,186); }
div.DivClassName
{
background-color: #491BBA;
}
.BgClassName
{
background-color: #491BBA;
}
</style>
border-color css
<style>
span { border-color: #491BBA; }
span { border-color: rgb(73,27,186); }
td.TdClassName
{
border-color: #491BBA;
}
.TagClassName
{
border-color: #491BBA;
}
</style>