Shades of Hot Purple #49164E
Tints of Hot Purple #49164E
RGB
CMYK
RGB Variations
Color information
#49164E (or 0x49164E) is known color: Hot Purple. HEX triplet: 49, 16 and 4E. RGB value is (73,22,78). Sum of RGB (Red+Green+Blue) = 73+22+78=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #49164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49164E is #B6E9B1. Grayscale: #2B2B2B. Windows color (decimal): -11987378 or 5117513. OLE color: 5117513.
HSL color Cylindrical-coordinate representation of color #49164E: hue angle of 294.64º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49164E is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 22 | 78 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.69 |
| HSL | 294.64º | 0.56% | 0.2% | - |
| HSV(B) | 294.64º | 0.72% | 0.31% | - |
| XYZ | 4.41 | 2.54 | 7.47 | - |
| YUV | 43.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 78 | 0.06 | 0.72 | 0 | 0.69 | 294.64 | 0.56 | 0.2 |
| Hex | 49 | 16 | 4E | 6 | 48 | 0 | 45 | 127 | 38 | 14 |
| Octal | 111 | 26 | 116 | 6 | 110 | 0 | 105 | 447 | 70 | 24 |
| Binary | 1001001 | 10110 | 1001110 | 110 | 1001000 | 0 | 1000101 | 100100111 | 111000 | 10100 |
Color Harmonies of #49164E
Complementary color
Monochromatic Colors of #49164E
Black with #49164E
Text Example
Text Example
White with #49164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49164E; }
p { color: rgb(73,22,78); }
H1.HeaderClassName
{
color: #49164E;
}
.AnyTagClassName
{
color: #49164E;
}
</style>
background-color css
<style>
a { background-color: #49164E; }
a { background-color: rgb(73,22,78); }
div.DivClassName
{
background-color: #49164E;
}
.BgClassName
{
background-color: #49164E;
}
</style>
border-color css
<style>
span { border-color: #49164E; }
span { border-color: rgb(73,22,78); }
td.TdClassName
{
border-color: #49164E;
}
.TagClassName
{
border-color: #49164E;
}
</style>