Shades of Hot Purple #491648
Tints of Hot Purple #491648
RGB
CMYK
RGB Variations
Color information
#491648 (or 0x491648) is known color: Hot Purple. HEX triplet: 49, 16 and 48. RGB value is (73,22,72). Sum of RGB (Red+Green+Blue) = 73+22+72=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #491648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491648 is #B6E9B7. Grayscale: #2A2A2A. Windows color (decimal): -11987384 or 4724297. OLE color: 4724297.
HSL color Cylindrical-coordinate representation of color #491648: hue angle of 301.18º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491648 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 72 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.71 |
| HSL | 301.18º | 0.54% | 0.19% | - |
| HSV(B) | 301.18º | 0.7% | 0.29% | - |
| XYZ | 4.2 | 2.46 | 6.38 | - |
| YUV | 42.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 72 | 0 | 0.70 | 0.01 | 0.71 | 301.18 | 0.54 | 0.19 |
| Hex | 49 | 16 | 48 | 0 | 46 | 1 | 47 | 12D | 36 | 13 |
| Octal | 111 | 26 | 110 | 0 | 106 | 1 | 107 | 455 | 66 | 23 |
| Binary | 1001001 | 10110 | 1001000 | 0 | 1000110 | 1 | 1000111 | 100101101 | 110110 | 10011 |
Color Harmonies of #491648
Complementary color
Monochromatic Colors of #491648
Black with #491648
Text Example
Text Example
White with #491648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491648; }
p { color: rgb(73,22,72); }
H1.HeaderClassName
{
color: #491648;
}
.AnyTagClassName
{
color: #491648;
}
</style>
background-color css
<style>
a { background-color: #491648; }
a { background-color: rgb(73,22,72); }
div.DivClassName
{
background-color: #491648;
}
.BgClassName
{
background-color: #491648;
}
</style>
border-color css
<style>
span { border-color: #491648; }
span { border-color: rgb(73,22,72); }
td.TdClassName
{
border-color: #491648;
}
.TagClassName
{
border-color: #491648;
}
</style>