Shades of Hot Purple #492A4E
Tints of Hot Purple #492A4E
RGB
CMYK
RGB Variations
Color information
#492A4E (or 0x492A4E) is known color: Hot Purple. HEX triplet: 49, 2A and 4E. RGB value is (73,42,78). Sum of RGB (Red+Green+Blue) = 73+42+78=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #492A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A4E is #B6D5B1. Grayscale: #373737. Windows color (decimal): -11982258 or 5122633. OLE color: 5122633.
HSL color Cylindrical-coordinate representation of color #492A4E: hue angle of 291.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #492A4E is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 42 | 78 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.69 |
| HSL | 291.67º | 0.3% | 0.24% | - |
| HSV(B) | 291.67º | 0.46% | 0.31% | - |
| XYZ | 4.95 | 3.62 | 7.65 | - |
| YUV | 55.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 78 | 0.06 | 0.46 | 0 | 0.69 | 291.67 | 0.3 | 0.24 |
| Hex | 49 | 2A | 4E | 6 | 2E | 0 | 45 | 124 | 1E | 18 |
| Octal | 111 | 52 | 116 | 6 | 56 | 0 | 105 | 444 | 36 | 30 |
| Binary | 1001001 | 101010 | 1001110 | 110 | 101110 | 0 | 1000101 | 100100100 | 11110 | 11000 |
Color Harmonies of #492A4E
Complementary color
Monochromatic Colors of #492A4E
Black with #492A4E
Text Example
Text Example
White with #492A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A4E; }
p { color: rgb(73,42,78); }
H1.HeaderClassName
{
color: #492A4E;
}
.AnyTagClassName
{
color: #492A4E;
}
</style>
background-color css
<style>
a { background-color: #492A4E; }
a { background-color: rgb(73,42,78); }
div.DivClassName
{
background-color: #492A4E;
}
.BgClassName
{
background-color: #492A4E;
}
</style>
border-color css
<style>
span { border-color: #492A4E; }
span { border-color: rgb(73,42,78); }
td.TdClassName
{
border-color: #492A4E;
}
.TagClassName
{
border-color: #492A4E;
}
</style>