Shades of Hot Purple #492552
Tints of Hot Purple #492552
RGB
CMYK
RGB Variations
Color information
#492552 (or 0x492552) is known color: Hot Purple. HEX triplet: 49, 25 and 52. RGB value is (73,37,82). Sum of RGB (Red+Green+Blue) = 73+37+82=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #492552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492552 is #B6DAAD. Grayscale: #343434. Windows color (decimal): -11983534 or 5383497. OLE color: 5383497.
HSL color Cylindrical-coordinate representation of color #492552: hue angle of 288º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492552 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 37 | 82 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.68 |
| HSL | 288º | 0.38% | 0.23% | - |
| HSV(B) | 288º | 0.55% | 0.32% | - |
| XYZ | 4.93 | 3.35 | 8.37 | - |
| YUV | 52.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 82 | 0.11 | 0.55 | 0 | 0.68 | 288 | 0.38 | 0.23 |
| Hex | 49 | 25 | 52 | B | 37 | 0 | 44 | 120 | 26 | 17 |
| Octal | 111 | 45 | 122 | 13 | 67 | 0 | 104 | 440 | 46 | 27 |
| Binary | 1001001 | 100101 | 1010010 | 1011 | 110111 | 0 | 1000100 | 100100000 | 100110 | 10111 |
Color Harmonies of #492552
Complementary color
Monochromatic Colors of #492552
Black with #492552
Text Example
Text Example
White with #492552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492552; }
p { color: rgb(73,37,82); }
H1.HeaderClassName
{
color: #492552;
}
.AnyTagClassName
{
color: #492552;
}
</style>
background-color css
<style>
a { background-color: #492552; }
a { background-color: rgb(73,37,82); }
div.DivClassName
{
background-color: #492552;
}
.BgClassName
{
background-color: #492552;
}
</style>
border-color css
<style>
span { border-color: #492552; }
span { border-color: rgb(73,37,82); }
td.TdClassName
{
border-color: #492552;
}
.TagClassName
{
border-color: #492552;
}
</style>