Shades of Hot Purple #492A50
Tints of Hot Purple #492A50
RGB
CMYK
RGB Variations
Color information
#492A50 (or 0x492A50) is known color: Hot Purple. HEX triplet: 49, 2A and 50. RGB value is (73,42,80). Sum of RGB (Red+Green+Blue) = 73+42+80=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #492A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A50 is #B6D5AF. Grayscale: #373737. Windows color (decimal): -11982256 or 5253705. OLE color: 5253705.
HSL color Cylindrical-coordinate representation of color #492A50: hue angle of 288.95º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #492A50 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 42 | 80 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.69 |
| HSL | 288.95º | 0.31% | 0.24% | - |
| HSV(B) | 288.95º | 0.48% | 0.31% | - |
| XYZ | 5.02 | 3.65 | 8.03 | - |
| YUV | 55.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 80 | 0.09 | 0.48 | 0 | 0.69 | 288.95 | 0.31 | 0.24 |
| Hex | 49 | 2A | 50 | 9 | 30 | 0 | 45 | 121 | 1F | 18 |
| Octal | 111 | 52 | 120 | 11 | 60 | 0 | 105 | 441 | 37 | 30 |
| Binary | 1001001 | 101010 | 1010000 | 1001 | 110000 | 0 | 1000101 | 100100001 | 11111 | 11000 |
Color Harmonies of #492A50
Complementary color
Monochromatic Colors of #492A50
Black with #492A50
Text Example
Text Example
White with #492A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A50; }
p { color: rgb(73,42,80); }
H1.HeaderClassName
{
color: #492A50;
}
.AnyTagClassName
{
color: #492A50;
}
</style>
background-color css
<style>
a { background-color: #492A50; }
a { background-color: rgb(73,42,80); }
div.DivClassName
{
background-color: #492A50;
}
.BgClassName
{
background-color: #492A50;
}
</style>
border-color css
<style>
span { border-color: #492A50; }
span { border-color: rgb(73,42,80); }
td.TdClassName
{
border-color: #492A50;
}
.TagClassName
{
border-color: #492A50;
}
</style>