Shades of Hot Purple #492C4D
Tints of Hot Purple #492C4D
RGB
CMYK
RGB Variations
Color information
#492C4D (or 0x492C4D) is known color: Hot Purple. HEX triplet: 49, 2C and 4D. RGB value is (73,44,77). Sum of RGB (Red+Green+Blue) = 73+44+77=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #492C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C4D is #B6D3B2. Grayscale: #383838. Windows color (decimal): -11981747 or 5057609. OLE color: 5057609.
HSL color Cylindrical-coordinate representation of color #492C4D: hue angle of 292.73º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #492C4D is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 44 | 77 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.70 |
| HSL | 292.73º | 0.27% | 0.24% | - |
| HSV(B) | 292.73º | 0.43% | 0.3% | - |
| XYZ | 4.99 | 3.75 | 7.48 | - |
| YUV | 56.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 77 | 0.05 | 0.43 | 0 | 0.70 | 292.73 | 0.27 | 0.24 |
| Hex | 49 | 2C | 4D | 5 | 2B | 0 | 46 | 125 | 1B | 18 |
| Octal | 111 | 54 | 115 | 5 | 53 | 0 | 106 | 445 | 33 | 30 |
| Binary | 1001001 | 101100 | 1001101 | 101 | 101011 | 0 | 1000110 | 100100101 | 11011 | 11000 |
Color Harmonies of #492C4D
Complementary color
Monochromatic Colors of #492C4D
Black with #492C4D
Text Example
Text Example
White with #492C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C4D; }
p { color: rgb(73,44,77); }
H1.HeaderClassName
{
color: #492C4D;
}
.AnyTagClassName
{
color: #492C4D;
}
</style>
background-color css
<style>
a { background-color: #492C4D; }
a { background-color: rgb(73,44,77); }
div.DivClassName
{
background-color: #492C4D;
}
.BgClassName
{
background-color: #492C4D;
}
</style>
border-color css
<style>
span { border-color: #492C4D; }
span { border-color: rgb(73,44,77); }
td.TdClassName
{
border-color: #492C4D;
}
.TagClassName
{
border-color: #492C4D;
}
</style>