Shades of Hot Purple #490B52
Tints of Hot Purple #490B52
RGB
CMYK
RGB Variations
Color information
#490B52 (or 0x490B52) is known color: Hot Purple. HEX triplet: 49, 0B and 52. RGB value is (73,11,82). Sum of RGB (Red+Green+Blue) = 73+11+82=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #490B52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B52 is #B6F4AD. Grayscale: #252525. Windows color (decimal): -11990190 or 5376841. OLE color: 5376841.
HSL color Cylindrical-coordinate representation of color #490B52: hue angle of 292.39º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #490B52 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 11 | 82 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.68 |
| HSL | 292.39º | 0.76% | 0.18% | - |
| HSV(B) | 292.39º | 0.87% | 0.32% | - |
| XYZ | 4.39 | 2.27 | 8.19 | - |
| YUV | 37.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 82 | 0.11 | 0.87 | 0 | 0.68 | 292.39 | 0.76 | 0.18 |
| Hex | 49 | B | 52 | B | 57 | 0 | 44 | 124 | 4C | 12 |
| Octal | 111 | 13 | 122 | 13 | 127 | 0 | 104 | 444 | 114 | 22 |
| Binary | 1001001 | 1011 | 1010010 | 1011 | 1010111 | 0 | 1000100 | 100100100 | 1001100 | 10010 |
Color Harmonies of #490B52
Complementary color
Monochromatic Colors of #490B52
Black with #490B52
Text Example
Text Example
White with #490B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B52; }
p { color: rgb(73,11,82); }
H1.HeaderClassName
{
color: #490B52;
}
.AnyTagClassName
{
color: #490B52;
}
</style>
background-color css
<style>
a { background-color: #490B52; }
a { background-color: rgb(73,11,82); }
div.DivClassName
{
background-color: #490B52;
}
.BgClassName
{
background-color: #490B52;
}
</style>
border-color css
<style>
span { border-color: #490B52; }
span { border-color: rgb(73,11,82); }
td.TdClassName
{
border-color: #490B52;
}
.TagClassName
{
border-color: #490B52;
}
</style>