Shades of Hot Purple #490350
Tints of Hot Purple #490350
RGB
CMYK
RGB Variations
Color information
#490350 (or 0x490350) is known color: Hot Purple. HEX triplet: 49, 03 and 50. RGB value is (73,3,80). Sum of RGB (Red+Green+Blue) = 73+3+80=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #490350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490350 is #B6FCAF. Grayscale: #202020. Windows color (decimal): -11992240 or 5243721. OLE color: 5243721.
HSL color Cylindrical-coordinate representation of color #490350: hue angle of 294.55º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490350 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 3 | 80 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.69 |
| HSL | 294.55º | 0.93% | 0.16% | - |
| HSV(B) | 294.55º | 0.96% | 0.31% | - |
| XYZ | 4.23 | 2.06 | 7.76 | - |
| YUV | 32.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 80 | 0.09 | 0.96 | 0 | 0.69 | 294.55 | 0.93 | 0.16 |
| Hex | 49 | 3 | 50 | 9 | 60 | 0 | 45 | 127 | 5D | 10 |
| Octal | 111 | 3 | 120 | 11 | 140 | 0 | 105 | 447 | 135 | 20 |
| Binary | 1001001 | 11 | 1010000 | 1001 | 1100000 | 0 | 1000101 | 100100111 | 1011101 | 10000 |
Color Harmonies of #490350
Complementary color
Monochromatic Colors of #490350
Black with #490350
Text Example
Text Example
White with #490350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490350; }
p { color: rgb(73,3,80); }
H1.HeaderClassName
{
color: #490350;
}
.AnyTagClassName
{
color: #490350;
}
</style>
background-color css
<style>
a { background-color: #490350; }
a { background-color: rgb(73,3,80); }
div.DivClassName
{
background-color: #490350;
}
.BgClassName
{
background-color: #490350;
}
</style>
border-color css
<style>
span { border-color: #490350; }
span { border-color: rgb(73,3,80); }
td.TdClassName
{
border-color: #490350;
}
.TagClassName
{
border-color: #490350;
}
</style>