Shades of Hot Purple #492050
Tints of Hot Purple #492050
RGB
CMYK
RGB Variations
Color information
#492050 (or 0x492050) is known color: Hot Purple. HEX triplet: 49, 20 and 50. RGB value is (73,32,80). Sum of RGB (Red+Green+Blue) = 73+32+80=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #492050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492050 is #B6DFAF. Grayscale: #313131. Windows color (decimal): -11984816 or 5251145. OLE color: 5251145.
HSL color Cylindrical-coordinate representation of color #492050: hue angle of 291.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #492050 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 32 | 80 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.69 |
| HSL | 291.25º | 0.43% | 0.22% | - |
| HSV(B) | 291.25º | 0.6% | 0.31% | - |
| XYZ | 4.71 | 3.03 | 7.93 | - |
| YUV | 49.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 80 | 0.09 | 0.60 | 0 | 0.69 | 291.25 | 0.43 | 0.22 |
| Hex | 49 | 20 | 50 | 9 | 3C | 0 | 45 | 123 | 2B | 16 |
| Octal | 111 | 40 | 120 | 11 | 74 | 0 | 105 | 443 | 53 | 26 |
| Binary | 1001001 | 100000 | 1010000 | 1001 | 111100 | 0 | 1000101 | 100100011 | 101011 | 10110 |
Color Harmonies of #492050
Complementary color
Monochromatic Colors of #492050
Black with #492050
Text Example
Text Example
White with #492050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492050; }
p { color: rgb(73,32,80); }
H1.HeaderClassName
{
color: #492050;
}
.AnyTagClassName
{
color: #492050;
}
</style>
background-color css
<style>
a { background-color: #492050; }
a { background-color: rgb(73,32,80); }
div.DivClassName
{
background-color: #492050;
}
.BgClassName
{
background-color: #492050;
}
</style>
border-color css
<style>
span { border-color: #492050; }
span { border-color: rgb(73,32,80); }
td.TdClassName
{
border-color: #492050;
}
.TagClassName
{
border-color: #492050;
}
</style>