Shades of Purple Heart #491CB6
Tints of Purple Heart #491CB6
RGB
CMYK
RGB Variations
Color information
#491CB6 (or 0x491CB6) is known color: Purple Heart. HEX triplet: 49, 1C and B6. RGB value is (73,28,182). Sum of RGB (Red+Green+Blue) = 73+28+182=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #491CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491CB6 is #B6E349. Grayscale: #3A3A3A. Windows color (decimal): -11985738 or 11934793. OLE color: 11934793.
HSL color Cylindrical-coordinate representation of color #491CB6: hue angle of 257.53º 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 #491CB6 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 28 | 182 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.29 |
| HSL | 257.53º | 0.73% | 0.41% | - |
| HSV(B) | 257.53º | 0.85% | 0.71% | - |
| XYZ | 11.61 | 5.62 | 44.73 | - |
| YUV | 59.01 | 197.41 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 182 | 0.60 | 0.85 | 0 | 0.29 | 257.53 | 0.73 | 0.41 |
| Hex | 49 | 1C | B6 | 3C | 55 | 0 | 1D | 102 | 49 | 29 |
| Octal | 111 | 34 | 266 | 74 | 125 | 0 | 35 | 402 | 111 | 51 |
| Binary | 1001001 | 11100 | 10110110 | 111100 | 1010101 | 0 | 11101 | 100000010 | 1001001 | 101001 |
Color Harmonies of #491CB6
Complementary color
Monochromatic Colors of #491CB6
Black with #491CB6
Text Example
Text Example
White with #491CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491CB6; }
p { color: rgb(73,28,182); }
H1.HeaderClassName
{
color: #491CB6;
}
.AnyTagClassName
{
color: #491CB6;
}
</style>
background-color css
<style>
a { background-color: #491CB6; }
a { background-color: rgb(73,28,182); }
div.DivClassName
{
background-color: #491CB6;
}
.BgClassName
{
background-color: #491CB6;
}
</style>
border-color css
<style>
span { border-color: #491CB6; }
span { border-color: rgb(73,28,182); }
td.TdClassName
{
border-color: #491CB6;
}
.TagClassName
{
border-color: #491CB6;
}
</style>