Shades of Hot Purple #49194E
Tints of Hot Purple #49194E
RGB
CMYK
RGB Variations
Color information
#49194E (or 0x49194E) is known color: Hot Purple. HEX triplet: 49, 19 and 4E. RGB value is (73,25,78). Sum of RGB (Red+Green+Blue) = 73+25+78=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #49194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49194E is #B6E6B1. Grayscale: #2D2D2D. Windows color (decimal): -11986610 or 5118281. OLE color: 5118281.
HSL color Cylindrical-coordinate representation of color #49194E: hue angle of 294.34º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49194E is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 25 | 78 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.69 |
| HSL | 294.34º | 0.51% | 0.2% | - |
| HSV(B) | 294.34º | 0.68% | 0.31% | - |
| XYZ | 4.47 | 2.66 | 7.49 | - |
| YUV | 45.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 78 | 0.06 | 0.68 | 0 | 0.69 | 294.34 | 0.51 | 0.2 |
| Hex | 49 | 19 | 4E | 6 | 44 | 0 | 45 | 126 | 33 | 14 |
| Octal | 111 | 31 | 116 | 6 | 104 | 0 | 105 | 446 | 63 | 24 |
| Binary | 1001001 | 11001 | 1001110 | 110 | 1000100 | 0 | 1000101 | 100100110 | 110011 | 10100 |
Color Harmonies of #49194E
Complementary color
Monochromatic Colors of #49194E
Black with #49194E
Text Example
Text Example
White with #49194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49194E; }
p { color: rgb(73,25,78); }
H1.HeaderClassName
{
color: #49194E;
}
.AnyTagClassName
{
color: #49194E;
}
</style>
background-color css
<style>
a { background-color: #49194E; }
a { background-color: rgb(73,25,78); }
div.DivClassName
{
background-color: #49194E;
}
.BgClassName
{
background-color: #49194E;
}
</style>
border-color css
<style>
span { border-color: #49194E; }
span { border-color: rgb(73,25,78); }
td.TdClassName
{
border-color: #49194E;
}
.TagClassName
{
border-color: #49194E;
}
</style>