Shades of Hot Purple #491755
Tints of Hot Purple #491755
RGB
CMYK
RGB Variations
Color information
#491755 (or 0x491755) is known color: Hot Purple. HEX triplet: 49, 17 and 55. RGB value is (73,23,85). Sum of RGB (Red+Green+Blue) = 73+23+85=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #491755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491755 is #B6E8AA. Grayscale: #2C2C2C. Windows color (decimal): -11987115 or 5576521. OLE color: 5576521.
HSL color Cylindrical-coordinate representation of color #491755: hue angle of 288.39º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491755 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 23 | 85 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.67 |
| HSL | 288.39º | 0.57% | 0.21% | - |
| HSV(B) | 288.39º | 0.73% | 0.33% | - |
| XYZ | 4.69 | 2.69 | 8.87 | - |
| YUV | 45.02 | 150.57 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 85 | 0.14 | 0.73 | 0 | 0.67 | 288.39 | 0.57 | 0.21 |
| Hex | 49 | 17 | 55 | E | 49 | 0 | 43 | 120 | 39 | 15 |
| Octal | 111 | 27 | 125 | 16 | 111 | 0 | 103 | 440 | 71 | 25 |
| Binary | 1001001 | 10111 | 1010101 | 1110 | 1001001 | 0 | 1000011 | 100100000 | 111001 | 10101 |
Color Harmonies of #491755
Complementary color
Monochromatic Colors of #491755
Black with #491755
Text Example
Text Example
White with #491755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491755; }
p { color: rgb(73,23,85); }
H1.HeaderClassName
{
color: #491755;
}
.AnyTagClassName
{
color: #491755;
}
</style>
background-color css
<style>
a { background-color: #491755; }
a { background-color: rgb(73,23,85); }
div.DivClassName
{
background-color: #491755;
}
.BgClassName
{
background-color: #491755;
}
</style>
border-color css
<style>
span { border-color: #491755; }
span { border-color: rgb(73,23,85); }
td.TdClassName
{
border-color: #491755;
}
.TagClassName
{
border-color: #491755;
}
</style>