Shades of Hot Purple #491350
Tints of Hot Purple #491350
RGB
CMYK
RGB Variations
Color information
#491350 (or 0x491350) is known color: Hot Purple. HEX triplet: 49, 13 and 50. RGB value is (73,19,80). Sum of RGB (Red+Green+Blue) = 73+19+80=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #491350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491350 is #B6ECAF. Grayscale: #292929. Windows color (decimal): -11988144 or 5247817. OLE color: 5247817.
HSL color Cylindrical-coordinate representation of color #491350: hue angle of 293.11º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491350 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 19 | 80 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.69 |
| HSL | 293.11º | 0.62% | 0.19% | - |
| HSV(B) | 293.11º | 0.76% | 0.31% | - |
| XYZ | 4.43 | 2.46 | 7.83 | - |
| YUV | 42.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 80 | 0.09 | 0.76 | 0 | 0.69 | 293.11 | 0.62 | 0.19 |
| Hex | 49 | 13 | 50 | 9 | 4C | 0 | 45 | 125 | 3E | 13 |
| Octal | 111 | 23 | 120 | 11 | 114 | 0 | 105 | 445 | 76 | 23 |
| Binary | 1001001 | 10011 | 1010000 | 1001 | 1001100 | 0 | 1000101 | 100100101 | 111110 | 10011 |
Color Harmonies of #491350
Complementary color
Monochromatic Colors of #491350
Black with #491350
Text Example
Text Example
White with #491350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491350; }
p { color: rgb(73,19,80); }
H1.HeaderClassName
{
color: #491350;
}
.AnyTagClassName
{
color: #491350;
}
</style>
background-color css
<style>
a { background-color: #491350; }
a { background-color: rgb(73,19,80); }
div.DivClassName
{
background-color: #491350;
}
.BgClassName
{
background-color: #491350;
}
</style>
border-color css
<style>
span { border-color: #491350; }
span { border-color: rgb(73,19,80); }
td.TdClassName
{
border-color: #491350;
}
.TagClassName
{
border-color: #491350;
}
</style>