Shades of Hot Purple #490052
Tints of Hot Purple #490052
RGB
CMYK
RGB Variations
Color information
#490052 (or 0x490052) is known color: Hot Purple. HEX triplet: 49, 00 and 52. RGB value is (73,0,82). Sum of RGB (Red+Green+Blue) = 73+0+82=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #490052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490052 is #B6FFAD. Grayscale: #1E1E1E. Windows color (decimal): -11993006 or 5374025. OLE color: 5374025.
HSL color Cylindrical-coordinate representation of color #490052: hue angle of 293.41º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490052 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 0 | 82 | - |
| CMYK | 0.11 | 1 | 0 | 0.68 |
| HSL | 293.41º | 1% | 0.16% | - |
| HSV(B) | 293.41º | 1% | 0.32% | - |
| XYZ | 4.27 | 2.03 | 8.15 | - |
| YUV | 31.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 82 | 0.11 | 1 | 0 | 0.68 | 293.41 | 1 | 0.16 |
| Hex | 49 | 0 | 52 | B | 64 | 0 | 44 | 125 | 64 | 10 |
| Octal | 111 | 0 | 122 | 13 | 144 | 0 | 104 | 445 | 144 | 20 |
| Binary | 1001001 | 0 | 1010010 | 1011 | 1100100 | 0 | 1000100 | 100100101 | 1100100 | 10000 |
Color Harmonies of #490052
Complementary color
Monochromatic Colors of #490052
Black with #490052
Text Example
Text Example
White with #490052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490052; }
p { color: rgb(73,0,82); }
H1.HeaderClassName
{
color: #490052;
}
.AnyTagClassName
{
color: #490052;
}
</style>
background-color css
<style>
a { background-color: #490052; }
a { background-color: rgb(73,0,82); }
div.DivClassName
{
background-color: #490052;
}
.BgClassName
{
background-color: #490052;
}
</style>
border-color css
<style>
span { border-color: #490052; }
span { border-color: rgb(73,0,82); }
td.TdClassName
{
border-color: #490052;
}
.TagClassName
{
border-color: #490052;
}
</style>