Shades of Purple Heart #491ABB
Tints of Purple Heart #491ABB
RGB
CMYK
RGB Variations
Color information
#491ABB (or 0x491ABB) is known color: Purple Heart. HEX triplet: 49, 1A and BB. RGB value is (73,26,187). Sum of RGB (Red+Green+Blue) = 73+26+187=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #491ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ABB is #B6E544. Grayscale: #393939. Windows color (decimal): -11986245 or 12261961. OLE color: 12261961.
HSL color Cylindrical-coordinate representation of color #491ABB: hue angle of 257.52º degrees, saturation: 0.76, 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 #491ABB is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 26 | 187 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.27 |
| HSL | 257.52º | 0.76% | 0.42% | - |
| HSV(B) | 257.52º | 0.86% | 0.73% | - |
| XYZ | 12.09 | 5.74 | 47.49 | - |
| YUV | 58.41 | 200.57 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 187 | 0.61 | 0.86 | 0 | 0.27 | 257.52 | 0.76 | 0.42 |
| Hex | 49 | 1A | BB | 3D | 56 | 0 | 1B | 102 | 4C | 2A |
| Octal | 111 | 32 | 273 | 75 | 126 | 0 | 33 | 402 | 114 | 52 |
| Binary | 1001001 | 11010 | 10111011 | 111101 | 1010110 | 0 | 11011 | 100000010 | 1001100 | 101010 |
Color Harmonies of #491ABB
Complementary color
Monochromatic Colors of #491ABB
Black with #491ABB
Text Example
Text Example
White with #491ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491ABB; }
p { color: rgb(73,26,187); }
H1.HeaderClassName
{
color: #491ABB;
}
.AnyTagClassName
{
color: #491ABB;
}
</style>
background-color css
<style>
a { background-color: #491ABB; }
a { background-color: rgb(73,26,187); }
div.DivClassName
{
background-color: #491ABB;
}
.BgClassName
{
background-color: #491ABB;
}
</style>
border-color css
<style>
span { border-color: #491ABB; }
span { border-color: rgb(73,26,187); }
td.TdClassName
{
border-color: #491ABB;
}
.TagClassName
{
border-color: #491ABB;
}
</style>