Shades of Purple Heart #491BBB
Tints of Purple Heart #491BBB
RGB
CMYK
RGB Variations
Color information
#491BBB (or 0x491BBB) is known color: Purple Heart. HEX triplet: 49, 1B and BB. RGB value is (73,27,187). Sum of RGB (Red+Green+Blue) = 73+27+187=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #491BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BBB is #B6E444. Grayscale: #3A3A3A. Windows color (decimal): -11985989 or 12262217. OLE color: 12262217.
HSL color Cylindrical-coordinate representation of color #491BBB: hue angle of 257.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491BBB is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 27 | 187 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.27 |
| HSL | 257.25º | 0.75% | 0.42% | - |
| HSV(B) | 257.25º | 0.86% | 0.73% | - |
| XYZ | 12.11 | 5.79 | 47.49 | - |
| YUV | 58.99 | 200.24 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 187 | 0.61 | 0.86 | 0 | 0.27 | 257.25 | 0.75 | 0.42 |
| Hex | 49 | 1B | BB | 3D | 56 | 0 | 1B | 101 | 4B | 2A |
| Octal | 111 | 33 | 273 | 75 | 126 | 0 | 33 | 401 | 113 | 52 |
| Binary | 1001001 | 11011 | 10111011 | 111101 | 1010110 | 0 | 11011 | 100000001 | 1001011 | 101010 |
Color Harmonies of #491BBB
Complementary color
Monochromatic Colors of #491BBB
Black with #491BBB
Text Example
Text Example
White with #491BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491BBB; }
p { color: rgb(73,27,187); }
H1.HeaderClassName
{
color: #491BBB;
}
.AnyTagClassName
{
color: #491BBB;
}
</style>
background-color css
<style>
a { background-color: #491BBB; }
a { background-color: rgb(73,27,187); }
div.DivClassName
{
background-color: #491BBB;
}
.BgClassName
{
background-color: #491BBB;
}
</style>
border-color css
<style>
span { border-color: #491BBB; }
span { border-color: rgb(73,27,187); }
td.TdClassName
{
border-color: #491BBB;
}
.TagClassName
{
border-color: #491BBB;
}
</style>