Shades of Hot Purple #491150
Tints of Hot Purple #491150
RGB
CMYK
RGB Variations
Color information
#491150 (or 0x491150) is known color: Hot Purple. HEX triplet: 49, 11 and 50. RGB value is (73,17,80). Sum of RGB (Red+Green+Blue) = 73+17+80=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #491150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491150 is #B6EEAF. Grayscale: #282828. Windows color (decimal): -11988656 or 5247305. OLE color: 5247305.
HSL color Cylindrical-coordinate representation of color #491150: hue angle of 293.33º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491150 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 17 | 80 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.69 |
| HSL | 293.33º | 0.65% | 0.19% | - |
| HSV(B) | 293.33º | 0.79% | 0.31% | - |
| XYZ | 4.4 | 2.4 | 7.82 | - |
| YUV | 40.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 80 | 0.09 | 0.79 | 0 | 0.69 | 293.33 | 0.65 | 0.19 |
| Hex | 49 | 11 | 50 | 9 | 4F | 0 | 45 | 125 | 41 | 13 |
| Octal | 111 | 21 | 120 | 11 | 117 | 0 | 105 | 445 | 101 | 23 |
| Binary | 1001001 | 10001 | 1010000 | 1001 | 1001111 | 0 | 1000101 | 100100101 | 1000001 | 10011 |
Color Harmonies of #491150
Complementary color
Monochromatic Colors of #491150
Black with #491150
Text Example
Text Example
White with #491150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491150; }
p { color: rgb(73,17,80); }
H1.HeaderClassName
{
color: #491150;
}
.AnyTagClassName
{
color: #491150;
}
</style>
background-color css
<style>
a { background-color: #491150; }
a { background-color: rgb(73,17,80); }
div.DivClassName
{
background-color: #491150;
}
.BgClassName
{
background-color: #491150;
}
</style>
border-color css
<style>
span { border-color: #491150; }
span { border-color: rgb(73,17,80); }
td.TdClassName
{
border-color: #491150;
}
.TagClassName
{
border-color: #491150;
}
</style>