Shades of Hot Purple #490351
Tints of Hot Purple #490351
RGB
CMYK
RGB Variations
Color information
#490351 (or 0x490351) is known color: Hot Purple. HEX triplet: 49, 03 and 51. RGB value is (73,3,81). Sum of RGB (Red+Green+Blue) = 73+3+81=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #490351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490351 is #B6FCAE. Grayscale: #202020. Windows color (decimal): -11992239 or 5309257. OLE color: 5309257.
HSL color Cylindrical-coordinate representation of color #490351: hue angle of 293.85º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490351 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 3 | 81 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.68 |
| HSL | 293.85º | 0.93% | 0.16% | - |
| HSV(B) | 293.85º | 0.96% | 0.32% | - |
| XYZ | 4.27 | 2.08 | 7.96 | - |
| YUV | 32.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 81 | 0.10 | 0.96 | 0 | 0.68 | 293.85 | 0.93 | 0.16 |
| Hex | 49 | 3 | 51 | A | 60 | 0 | 44 | 126 | 5D | 10 |
| Octal | 111 | 3 | 121 | 12 | 140 | 0 | 104 | 446 | 135 | 20 |
| Binary | 1001001 | 11 | 1010001 | 1010 | 1100000 | 0 | 1000100 | 100100110 | 1011101 | 10000 |
Color Harmonies of #490351
Complementary color
Monochromatic Colors of #490351
Black with #490351
Text Example
Text Example
White with #490351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490351; }
p { color: rgb(73,3,81); }
H1.HeaderClassName
{
color: #490351;
}
.AnyTagClassName
{
color: #490351;
}
</style>
background-color css
<style>
a { background-color: #490351; }
a { background-color: rgb(73,3,81); }
div.DivClassName
{
background-color: #490351;
}
.BgClassName
{
background-color: #490351;
}
</style>
border-color css
<style>
span { border-color: #490351; }
span { border-color: rgb(73,3,81); }
td.TdClassName
{
border-color: #490351;
}
.TagClassName
{
border-color: #490351;
}
</style>