Shades of Hot Purple #491355
Tints of Hot Purple #491355
RGB
CMYK
RGB Variations
Color information
#491355 (or 0x491355) is known color: Hot Purple. HEX triplet: 49, 13 and 55. RGB value is (73,19,85). Sum of RGB (Red+Green+Blue) = 73+19+85=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #491355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491355 is #B6ECAA. Grayscale: #2A2A2A. Windows color (decimal): -11988139 or 5575497. OLE color: 5575497.
HSL color Cylindrical-coordinate representation of color #491355: hue angle of 289.09º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491355 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 19 | 85 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.67 |
| HSL | 289.09º | 0.63% | 0.2% | - |
| HSV(B) | 289.09º | 0.78% | 0.33% | - |
| XYZ | 4.62 | 2.54 | 8.84 | - |
| YUV | 42.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 85 | 0.14 | 0.78 | 0 | 0.67 | 289.09 | 0.63 | 0.2 |
| Hex | 49 | 13 | 55 | E | 4E | 0 | 43 | 121 | 3F | 14 |
| Octal | 111 | 23 | 125 | 16 | 116 | 0 | 103 | 441 | 77 | 24 |
| Binary | 1001001 | 10011 | 1010101 | 1110 | 1001110 | 0 | 1000011 | 100100001 | 111111 | 10100 |
Color Harmonies of #491355
Complementary color
Monochromatic Colors of #491355
Black with #491355
Text Example
Text Example
White with #491355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491355; }
p { color: rgb(73,19,85); }
H1.HeaderClassName
{
color: #491355;
}
.AnyTagClassName
{
color: #491355;
}
</style>
background-color css
<style>
a { background-color: #491355; }
a { background-color: rgb(73,19,85); }
div.DivClassName
{
background-color: #491355;
}
.BgClassName
{
background-color: #491355;
}
</style>
border-color css
<style>
span { border-color: #491355; }
span { border-color: rgb(73,19,85); }
td.TdClassName
{
border-color: #491355;
}
.TagClassName
{
border-color: #491355;
}
</style>