Shades of Hot Purple #49114A
Tints of Hot Purple #49114A
RGB
CMYK
RGB Variations
Color information
#49114A (or 0x49114A) is known color: Hot Purple. HEX triplet: 49, 11 and 4A. RGB value is (73,17,74). Sum of RGB (Red+Green+Blue) = 73+17+74=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #49114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49114A is #B6EEB5. Grayscale: #282828. Windows color (decimal): -11988662 or 4854089. OLE color: 4854089.
HSL color Cylindrical-coordinate representation of color #49114A: hue angle of 298.95º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49114A is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 17 | 74 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.71 |
| HSL | 298.95º | 0.63% | 0.18% | - |
| HSV(B) | 298.95º | 0.77% | 0.29% | - |
| XYZ | 4.18 | 2.31 | 6.7 | - |
| YUV | 40.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 74 | 0.01 | 0.77 | 0 | 0.71 | 298.95 | 0.63 | 0.18 |
| Hex | 49 | 11 | 4A | 1 | 4D | 0 | 47 | 12B | 3F | 12 |
| Octal | 111 | 21 | 112 | 1 | 115 | 0 | 107 | 453 | 77 | 22 |
| Binary | 1001001 | 10001 | 1001010 | 1 | 1001101 | 0 | 1000111 | 100101011 | 111111 | 10010 |
Color Harmonies of #49114A
Complementary color
Monochromatic Colors of #49114A
Black with #49114A
Text Example
Text Example
White with #49114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49114A; }
p { color: rgb(73,17,74); }
H1.HeaderClassName
{
color: #49114A;
}
.AnyTagClassName
{
color: #49114A;
}
</style>
background-color css
<style>
a { background-color: #49114A; }
a { background-color: rgb(73,17,74); }
div.DivClassName
{
background-color: #49114A;
}
.BgClassName
{
background-color: #49114A;
}
</style>
border-color css
<style>
span { border-color: #49114A; }
span { border-color: rgb(73,17,74); }
td.TdClassName
{
border-color: #49114A;
}
.TagClassName
{
border-color: #49114A;
}
</style>