Shades of Hot Purple #492752
Tints of Hot Purple #492752
RGB
CMYK
RGB Variations
Color information
#492752 (or 0x492752) is known color: Hot Purple. HEX triplet: 49, 27 and 52. RGB value is (73,39,82). Sum of RGB (Red+Green+Blue) = 73+39+82=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #492752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492752 is #B6D8AD. Grayscale: #353535. Windows color (decimal): -11983022 or 5384009. OLE color: 5384009.
HSL color Cylindrical-coordinate representation of color #492752: hue angle of 287.44º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #492752 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 39 | 82 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.68 |
| HSL | 287.44º | 0.36% | 0.24% | - |
| HSV(B) | 287.44º | 0.52% | 0.32% | - |
| XYZ | 5 | 3.48 | 8.39 | - |
| YUV | 54.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 82 | 0.11 | 0.52 | 0 | 0.68 | 287.44 | 0.36 | 0.24 |
| Hex | 49 | 27 | 52 | B | 34 | 0 | 44 | 11F | 24 | 18 |
| Octal | 111 | 47 | 122 | 13 | 64 | 0 | 104 | 437 | 44 | 30 |
| Binary | 1001001 | 100111 | 1010010 | 1011 | 110100 | 0 | 1000100 | 100011111 | 100100 | 11000 |
Color Harmonies of #492752
Complementary color
Monochromatic Colors of #492752
Black with #492752
Text Example
Text Example
White with #492752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492752; }
p { color: rgb(73,39,82); }
H1.HeaderClassName
{
color: #492752;
}
.AnyTagClassName
{
color: #492752;
}
</style>
background-color css
<style>
a { background-color: #492752; }
a { background-color: rgb(73,39,82); }
div.DivClassName
{
background-color: #492752;
}
.BgClassName
{
background-color: #492752;
}
</style>
border-color css
<style>
span { border-color: #492752; }
span { border-color: rgb(73,39,82); }
td.TdClassName
{
border-color: #492752;
}
.TagClassName
{
border-color: #492752;
}
</style>