Shades of Hot Purple #490953
Tints of Hot Purple #490953
RGB
CMYK
RGB Variations
Color information
#490953 (or 0x490953) is known color: Hot Purple. HEX triplet: 49, 09 and 53. RGB value is (73,9,83). Sum of RGB (Red+Green+Blue) = 73+9+83=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #490953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490953 is #B6F6AC. Grayscale: #242424. Windows color (decimal): -11990701 or 5441865. OLE color: 5441865.
HSL color Cylindrical-coordinate representation of color #490953: hue angle of 291.89º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490953 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 9 | 83 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.67 |
| HSL | 291.89º | 0.8% | 0.18% | - |
| HSV(B) | 291.89º | 0.89% | 0.33% | - |
| XYZ | 4.41 | 2.24 | 8.38 | - |
| YUV | 36.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 83 | 0.12 | 0.89 | 0 | 0.67 | 291.89 | 0.8 | 0.18 |
| Hex | 49 | 9 | 53 | C | 59 | 0 | 43 | 124 | 50 | 12 |
| Octal | 111 | 11 | 123 | 14 | 131 | 0 | 103 | 444 | 120 | 22 |
| Binary | 1001001 | 1001 | 1010011 | 1100 | 1011001 | 0 | 1000011 | 100100100 | 1010000 | 10010 |
Color Harmonies of #490953
Complementary color
Monochromatic Colors of #490953
Black with #490953
Text Example
Text Example
White with #490953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490953; }
p { color: rgb(73,9,83); }
H1.HeaderClassName
{
color: #490953;
}
.AnyTagClassName
{
color: #490953;
}
</style>
background-color css
<style>
a { background-color: #490953; }
a { background-color: rgb(73,9,83); }
div.DivClassName
{
background-color: #490953;
}
.BgClassName
{
background-color: #490953;
}
</style>
border-color css
<style>
span { border-color: #490953; }
span { border-color: rgb(73,9,83); }
td.TdClassName
{
border-color: #490953;
}
.TagClassName
{
border-color: #490953;
}
</style>