Shades of Hot Purple #490F52
Tints of Hot Purple #490F52
RGB
CMYK
RGB Variations
Color information
#490F52 (or 0x490F52) is known color: Hot Purple. HEX triplet: 49, 0F and 52. RGB value is (73,15,82). Sum of RGB (Red+Green+Blue) = 73+15+82=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #490F52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F52 is #B6F0AD. Grayscale: #272727. Windows color (decimal): -11989166 or 5377865. OLE color: 5377865.
HSL color Cylindrical-coordinate representation of color #490F52: hue angle of 291.94º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #490F52 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 15 | 82 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.68 |
| HSL | 291.94º | 0.69% | 0.19% | - |
| HSV(B) | 291.94º | 0.82% | 0.32% | - |
| XYZ | 4.44 | 2.37 | 8.21 | - |
| YUV | 39.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 82 | 0.11 | 0.82 | 0 | 0.68 | 291.94 | 0.69 | 0.19 |
| Hex | 49 | F | 52 | B | 52 | 0 | 44 | 124 | 45 | 13 |
| Octal | 111 | 17 | 122 | 13 | 122 | 0 | 104 | 444 | 105 | 23 |
| Binary | 1001001 | 1111 | 1010010 | 1011 | 1010010 | 0 | 1000100 | 100100100 | 1000101 | 10011 |
Color Harmonies of #490F52
Complementary color
Monochromatic Colors of #490F52
Black with #490F52
Text Example
Text Example
White with #490F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F52; }
p { color: rgb(73,15,82); }
H1.HeaderClassName
{
color: #490F52;
}
.AnyTagClassName
{
color: #490F52;
}
</style>
background-color css
<style>
a { background-color: #490F52; }
a { background-color: rgb(73,15,82); }
div.DivClassName
{
background-color: #490F52;
}
.BgClassName
{
background-color: #490F52;
}
</style>
border-color css
<style>
span { border-color: #490F52; }
span { border-color: rgb(73,15,82); }
td.TdClassName
{
border-color: #490F52;
}
.TagClassName
{
border-color: #490F52;
}
</style>