Shades of Hot Purple #491A47
Tints of Hot Purple #491A47
RGB
CMYK
RGB Variations
Color information
#491A47 (or 0x491A47) is known color: Hot Purple. HEX triplet: 49, 1A and 47. RGB value is (73,26,71). Sum of RGB (Red+Green+Blue) = 73+26+71=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #491A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A47 is #B6E5B8. Grayscale: #2D2D2D. Windows color (decimal): -11986361 or 4659785. OLE color: 4659785.
HSL color Cylindrical-coordinate representation of color #491A47: hue angle of 302.55º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #491A47 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 26 | 71 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.71 |
| HSL | 302.55º | 0.47% | 0.19% | - |
| HSV(B) | 302.55º | 0.64% | 0.29% | - |
| XYZ | 4.25 | 2.61 | 6.24 | - |
| YUV | 45.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 71 | 0 | 0.64 | 0.03 | 0.71 | 302.55 | 0.47 | 0.19 |
| Hex | 49 | 1A | 47 | 0 | 40 | 3 | 47 | 12F | 2F | 13 |
| Octal | 111 | 32 | 107 | 0 | 100 | 3 | 107 | 457 | 57 | 23 |
| Binary | 1001001 | 11010 | 1000111 | 0 | 1000000 | 11 | 1000111 | 100101111 | 101111 | 10011 |
Color Harmonies of #491A47
Complementary color
Monochromatic Colors of #491A47
Black with #491A47
Text Example
Text Example
White with #491A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A47; }
p { color: rgb(73,26,71); }
H1.HeaderClassName
{
color: #491A47;
}
.AnyTagClassName
{
color: #491A47;
}
</style>
background-color css
<style>
a { background-color: #491A47; }
a { background-color: rgb(73,26,71); }
div.DivClassName
{
background-color: #491A47;
}
.BgClassName
{
background-color: #491A47;
}
</style>
border-color css
<style>
span { border-color: #491A47; }
span { border-color: rgb(73,26,71); }
td.TdClassName
{
border-color: #491A47;
}
.TagClassName
{
border-color: #491A47;
}
</style>