Shades of Hot Purple #492452
Tints of Hot Purple #492452
RGB
CMYK
RGB Variations
Color information
#492452 (or 0x492452) is known color: Hot Purple. HEX triplet: 49, 24 and 52. RGB value is (73,36,82). Sum of RGB (Red+Green+Blue) = 73+36+82=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #492452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492452 is #B6DBAD. Grayscale: #343434. Windows color (decimal): -11983790 or 5383241. OLE color: 5383241.
HSL color Cylindrical-coordinate representation of color #492452: hue angle of 288.26º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492452 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 36 | 82 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.68 |
| HSL | 288.26º | 0.39% | 0.23% | - |
| HSV(B) | 288.26º | 0.56% | 0.32% | - |
| XYZ | 4.9 | 3.29 | 8.36 | - |
| YUV | 52.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 82 | 0.11 | 0.56 | 0 | 0.68 | 288.26 | 0.39 | 0.23 |
| Hex | 49 | 24 | 52 | B | 38 | 0 | 44 | 120 | 27 | 17 |
| Octal | 111 | 44 | 122 | 13 | 70 | 0 | 104 | 440 | 47 | 27 |
| Binary | 1001001 | 100100 | 1010010 | 1011 | 111000 | 0 | 1000100 | 100100000 | 100111 | 10111 |
Color Harmonies of #492452
Complementary color
Monochromatic Colors of #492452
Black with #492452
Text Example
Text Example
White with #492452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492452; }
p { color: rgb(73,36,82); }
H1.HeaderClassName
{
color: #492452;
}
.AnyTagClassName
{
color: #492452;
}
</style>
background-color css
<style>
a { background-color: #492452; }
a { background-color: rgb(73,36,82); }
div.DivClassName
{
background-color: #492452;
}
.BgClassName
{
background-color: #492452;
}
</style>
border-color css
<style>
span { border-color: #492452; }
span { border-color: rgb(73,36,82); }
td.TdClassName
{
border-color: #492452;
}
.TagClassName
{
border-color: #492452;
}
</style>