Shades of Hot Purple #492D4C
Tints of Hot Purple #492D4C
RGB
CMYK
RGB Variations
Color information
#492D4C (or 0x492D4C) is known color: Hot Purple. HEX triplet: 49, 2D and 4C. RGB value is (73,45,76). Sum of RGB (Red+Green+Blue) = 73+45+76=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 76 - color contains mainly: blue. Hex color #492D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D4C is #B6D2B3. Grayscale: #383838. Windows color (decimal): -11981492 or 4992329. OLE color: 4992329.
HSL color Cylindrical-coordinate representation of color #492D4C: hue angle of 294.19º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492D4C is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 45 | 76 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.70 |
| HSL | 294.19º | 0.26% | 0.24% | - |
| HSV(B) | 294.19º | 0.41% | 0.3% | - |
| XYZ | 4.99 | 3.82 | 7.31 | - |
| YUV | 56.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 76 | 0.04 | 0.41 | 0 | 0.70 | 294.19 | 0.26 | 0.24 |
| Hex | 49 | 2D | 4C | 4 | 29 | 0 | 46 | 126 | 1A | 18 |
| Octal | 111 | 55 | 114 | 4 | 51 | 0 | 106 | 446 | 32 | 30 |
| Binary | 1001001 | 101101 | 1001100 | 100 | 101001 | 0 | 1000110 | 100100110 | 11010 | 11000 |
Color Harmonies of #492D4C
Complementary color
Monochromatic Colors of #492D4C
Black with #492D4C
Text Example
Text Example
White with #492D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D4C; }
p { color: rgb(73,45,76); }
H1.HeaderClassName
{
color: #492D4C;
}
.AnyTagClassName
{
color: #492D4C;
}
</style>
background-color css
<style>
a { background-color: #492D4C; }
a { background-color: rgb(73,45,76); }
div.DivClassName
{
background-color: #492D4C;
}
.BgClassName
{
background-color: #492D4C;
}
</style>
border-color css
<style>
span { border-color: #492D4C; }
span { border-color: rgb(73,45,76); }
td.TdClassName
{
border-color: #492D4C;
}
.TagClassName
{
border-color: #492D4C;
}
</style>