Shades of Hot Purple #490752
Tints of Hot Purple #490752
RGB
CMYK
RGB Variations
Color information
#490752 (or 0x490752) is known color: Hot Purple. HEX triplet: 49, 07 and 52. RGB value is (73,7,82). Sum of RGB (Red+Green+Blue) = 73+7+82=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #490752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490752 is #B6F8AD. Grayscale: #232323. Windows color (decimal): -11991214 or 5375817. OLE color: 5375817.
HSL color Cylindrical-coordinate representation of color #490752: hue angle of 292.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490752 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 7 | 82 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.68 |
| HSL | 292.8º | 0.84% | 0.17% | - |
| HSV(B) | 292.8º | 0.91% | 0.32% | - |
| XYZ | 4.35 | 2.18 | 8.17 | - |
| YUV | 35.28 | 154.37 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 82 | 0.11 | 0.91 | 0 | 0.68 | 292.8 | 0.84 | 0.17 |
| Hex | 49 | 7 | 52 | B | 5B | 0 | 44 | 125 | 54 | 11 |
| Octal | 111 | 7 | 122 | 13 | 133 | 0 | 104 | 445 | 124 | 21 |
| Binary | 1001001 | 111 | 1010010 | 1011 | 1011011 | 0 | 1000100 | 100100101 | 1010100 | 10001 |
Color Harmonies of #490752
Complementary color
Monochromatic Colors of #490752
Black with #490752
Text Example
Text Example
White with #490752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490752; }
p { color: rgb(73,7,82); }
H1.HeaderClassName
{
color: #490752;
}
.AnyTagClassName
{
color: #490752;
}
</style>
background-color css
<style>
a { background-color: #490752; }
a { background-color: rgb(73,7,82); }
div.DivClassName
{
background-color: #490752;
}
.BgClassName
{
background-color: #490752;
}
</style>
border-color css
<style>
span { border-color: #490752; }
span { border-color: rgb(73,7,82); }
td.TdClassName
{
border-color: #490752;
}
.TagClassName
{
border-color: #490752;
}
</style>