Shades of Hot Purple #490750
Tints of Hot Purple #490750
RGB
CMYK
RGB Variations
Color information
#490750 (or 0x490750) is known color: Hot Purple. HEX triplet: 49, 07 and 50. RGB value is (73,7,80). Sum of RGB (Red+Green+Blue) = 73+7+80=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #490750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490750 is #B6F8AF. Grayscale: #222222. Windows color (decimal): -11991216 or 5244745. OLE color: 5244745.
HSL color Cylindrical-coordinate representation of color #490750: hue angle of 294.25º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490750 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 7 | 80 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.69 |
| HSL | 294.25º | 0.84% | 0.17% | - |
| HSV(B) | 294.25º | 0.91% | 0.31% | - |
| XYZ | 4.27 | 2.15 | 7.78 | - |
| YUV | 35.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 80 | 0.09 | 0.91 | 0 | 0.69 | 294.25 | 0.84 | 0.17 |
| Hex | 49 | 7 | 50 | 9 | 5B | 0 | 45 | 126 | 54 | 11 |
| Octal | 111 | 7 | 120 | 11 | 133 | 0 | 105 | 446 | 124 | 21 |
| Binary | 1001001 | 111 | 1010000 | 1001 | 1011011 | 0 | 1000101 | 100100110 | 1010100 | 10001 |
Color Harmonies of #490750
Complementary color
Monochromatic Colors of #490750
Black with #490750
Text Example
Text Example
White with #490750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490750; }
p { color: rgb(73,7,80); }
H1.HeaderClassName
{
color: #490750;
}
.AnyTagClassName
{
color: #490750;
}
</style>
background-color css
<style>
a { background-color: #490750; }
a { background-color: rgb(73,7,80); }
div.DivClassName
{
background-color: #490750;
}
.BgClassName
{
background-color: #490750;
}
</style>
border-color css
<style>
span { border-color: #490750; }
span { border-color: rgb(73,7,80); }
td.TdClassName
{
border-color: #490750;
}
.TagClassName
{
border-color: #490750;
}
</style>