Shades of Hot Purple #491848
Tints of Hot Purple #491848
RGB
CMYK
RGB Variations
Color information
#491848 (or 0x491848) is known color: Hot Purple. HEX triplet: 49, 18 and 48. RGB value is (73,24,72). Sum of RGB (Red+Green+Blue) = 73+24+72=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #491848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491848 is #B6E7B7. Grayscale: #2B2B2B. Windows color (decimal): -11986872 or 4724809. OLE color: 4724809.
HSL color Cylindrical-coordinate representation of color #491848: hue angle of 301.22º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491848 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 72 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.71 |
| HSL | 301.22º | 0.51% | 0.19% | - |
| HSV(B) | 301.22º | 0.67% | 0.29% | - |
| XYZ | 4.24 | 2.54 | 6.4 | - |
| YUV | 44.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 72 | 0 | 0.67 | 0.01 | 0.71 | 301.22 | 0.51 | 0.19 |
| Hex | 49 | 18 | 48 | 0 | 43 | 1 | 47 | 12D | 33 | 13 |
| Octal | 111 | 30 | 110 | 0 | 103 | 1 | 107 | 455 | 63 | 23 |
| Binary | 1001001 | 11000 | 1001000 | 0 | 1000011 | 1 | 1000111 | 100101101 | 110011 | 10011 |
Color Harmonies of #491848
Complementary color
Monochromatic Colors of #491848
Black with #491848
Text Example
Text Example
White with #491848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491848; }
p { color: rgb(73,24,72); }
H1.HeaderClassName
{
color: #491848;
}
.AnyTagClassName
{
color: #491848;
}
</style>
background-color css
<style>
a { background-color: #491848; }
a { background-color: rgb(73,24,72); }
div.DivClassName
{
background-color: #491848;
}
.BgClassName
{
background-color: #491848;
}
</style>
border-color css
<style>
span { border-color: #491848; }
span { border-color: rgb(73,24,72); }
td.TdClassName
{
border-color: #491848;
}
.TagClassName
{
border-color: #491848;
}
</style>