Shades of Hot Purple #491948
Tints of Hot Purple #491948
RGB
CMYK
RGB Variations
Color information
#491948 (or 0x491948) is known color: Hot Purple. HEX triplet: 49, 19 and 48. RGB value is (73,25,72). Sum of RGB (Red+Green+Blue) = 73+25+72=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #491948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491948 is #B6E6B7. Grayscale: #2C2C2C. Windows color (decimal): -11986616 or 4725065. OLE color: 4725065.
HSL color Cylindrical-coordinate representation of color #491948: hue angle of 301.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491948 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 72 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.71 |
| HSL | 301.25º | 0.49% | 0.19% | - |
| HSV(B) | 301.25º | 0.66% | 0.29% | - |
| XYZ | 4.26 | 2.58 | 6.4 | - |
| YUV | 44.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 72 | 0 | 0.66 | 0.01 | 0.71 | 301.25 | 0.49 | 0.19 |
| Hex | 49 | 19 | 48 | 0 | 42 | 1 | 47 | 12D | 31 | 13 |
| Octal | 111 | 31 | 110 | 0 | 102 | 1 | 107 | 455 | 61 | 23 |
| Binary | 1001001 | 11001 | 1001000 | 0 | 1000010 | 1 | 1000111 | 100101101 | 110001 | 10011 |
Color Harmonies of #491948
Complementary color
Monochromatic Colors of #491948
Black with #491948
Text Example
Text Example
White with #491948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491948; }
p { color: rgb(73,25,72); }
H1.HeaderClassName
{
color: #491948;
}
.AnyTagClassName
{
color: #491948;
}
</style>
background-color css
<style>
a { background-color: #491948; }
a { background-color: rgb(73,25,72); }
div.DivClassName
{
background-color: #491948;
}
.BgClassName
{
background-color: #491948;
}
</style>
border-color css
<style>
span { border-color: #491948; }
span { border-color: rgb(73,25,72); }
td.TdClassName
{
border-color: #491948;
}
.TagClassName
{
border-color: #491948;
}
</style>