Shades of Hot Purple #49134F
Tints of Hot Purple #49134F
RGB
CMYK
RGB Variations
Color information
#49134F (or 0x49134F) is known color: Hot Purple. HEX triplet: 49, 13 and 4F. RGB value is (73,19,79). Sum of RGB (Red+Green+Blue) = 73+19+79=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #49134F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49134F is #B6ECB0. Grayscale: #292929. Windows color (decimal): -11988145 or 5182281. OLE color: 5182281.
HSL color Cylindrical-coordinate representation of color #49134F: hue angle of 294º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49134F is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 19 | 79 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.69 |
| HSL | 294º | 0.61% | 0.19% | - |
| HSV(B) | 294º | 0.76% | 0.31% | - |
| XYZ | 4.39 | 2.45 | 7.64 | - |
| YUV | 41.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 79 | 0.08 | 0.76 | 0 | 0.69 | 294 | 0.61 | 0.19 |
| Hex | 49 | 13 | 4F | 8 | 4C | 0 | 45 | 126 | 3D | 13 |
| Octal | 111 | 23 | 117 | 10 | 114 | 0 | 105 | 446 | 75 | 23 |
| Binary | 1001001 | 10011 | 1001111 | 1000 | 1001100 | 0 | 1000101 | 100100110 | 111101 | 10011 |
Color Harmonies of #49134F
Complementary color
Monochromatic Colors of #49134F
Black with #49134F
Text Example
Text Example
White with #49134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49134F; }
p { color: rgb(73,19,79); }
H1.HeaderClassName
{
color: #49134F;
}
.AnyTagClassName
{
color: #49134F;
}
</style>
background-color css
<style>
a { background-color: #49134F; }
a { background-color: rgb(73,19,79); }
div.DivClassName
{
background-color: #49134F;
}
.BgClassName
{
background-color: #49134F;
}
</style>
border-color css
<style>
span { border-color: #49134F; }
span { border-color: rgb(73,19,79); }
td.TdClassName
{
border-color: #49134F;
}
.TagClassName
{
border-color: #49134F;
}
</style>