Shades of Hot Purple #49194A
Tints of Hot Purple #49194A
RGB
CMYK
RGB Variations
Color information
#49194A (or 0x49194A) is known color: Hot Purple. HEX triplet: 49, 19 and 4A. RGB value is (73,25,74). Sum of RGB (Red+Green+Blue) = 73+25+74=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #49194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49194A is #B6E6B5. Grayscale: #2C2C2C. Windows color (decimal): -11986614 or 4856137. OLE color: 4856137.
HSL color Cylindrical-coordinate representation of color #49194A: hue angle of 298.78º 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 #49194A is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 74 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.71 |
| HSL | 298.78º | 0.49% | 0.19% | - |
| HSV(B) | 298.78º | 0.66% | 0.29% | - |
| XYZ | 4.33 | 2.61 | 6.75 | - |
| YUV | 44.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 74 | 0.01 | 0.66 | 0 | 0.71 | 298.78 | 0.49 | 0.19 |
| Hex | 49 | 19 | 4A | 1 | 42 | 0 | 47 | 12B | 31 | 13 |
| Octal | 111 | 31 | 112 | 1 | 102 | 0 | 107 | 453 | 61 | 23 |
| Binary | 1001001 | 11001 | 1001010 | 1 | 1000010 | 0 | 1000111 | 100101011 | 110001 | 10011 |
Color Harmonies of #49194A
Complementary color
Monochromatic Colors of #49194A
Black with #49194A
Text Example
Text Example
White with #49194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49194A; }
p { color: rgb(73,25,74); }
H1.HeaderClassName
{
color: #49194A;
}
.AnyTagClassName
{
color: #49194A;
}
</style>
background-color css
<style>
a { background-color: #49194A; }
a { background-color: rgb(73,25,74); }
div.DivClassName
{
background-color: #49194A;
}
.BgClassName
{
background-color: #49194A;
}
</style>
border-color css
<style>
span { border-color: #49194A; }
span { border-color: rgb(73,25,74); }
td.TdClassName
{
border-color: #49194A;
}
.TagClassName
{
border-color: #49194A;
}
</style>