Shades of Hot Purple #491852
Tints of Hot Purple #491852
RGB
CMYK
RGB Variations
Color information
#491852 (or 0x491852) is known color: Hot Purple. HEX triplet: 49, 18 and 52. RGB value is (73,24,82). Sum of RGB (Red+Green+Blue) = 73+24+82=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 82 - color contains mainly: blue. Hex color #491852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491852 is #B6E7AD. Grayscale: #2D2D2D. Windows color (decimal): -11986862 or 5380169. OLE color: 5380169.
HSL color Cylindrical-coordinate representation of color #491852: hue angle of 290.69º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491852 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 24 | 82 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.68 |
| HSL | 290.69º | 0.55% | 0.21% | - |
| HSV(B) | 290.69º | 0.71% | 0.32% | - |
| XYZ | 4.6 | 2.68 | 8.26 | - |
| YUV | 45.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 82 | 0.11 | 0.71 | 0 | 0.68 | 290.69 | 0.55 | 0.21 |
| Hex | 49 | 18 | 52 | B | 47 | 0 | 44 | 123 | 37 | 15 |
| Octal | 111 | 30 | 122 | 13 | 107 | 0 | 104 | 443 | 67 | 25 |
| Binary | 1001001 | 11000 | 1010010 | 1011 | 1000111 | 0 | 1000100 | 100100011 | 110111 | 10101 |
Color Harmonies of #491852
Complementary color
Monochromatic Colors of #491852
Black with #491852
Text Example
Text Example
White with #491852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491852; }
p { color: rgb(73,24,82); }
H1.HeaderClassName
{
color: #491852;
}
.AnyTagClassName
{
color: #491852;
}
</style>
background-color css
<style>
a { background-color: #491852; }
a { background-color: rgb(73,24,82); }
div.DivClassName
{
background-color: #491852;
}
.BgClassName
{
background-color: #491852;
}
</style>
border-color css
<style>
span { border-color: #491852; }
span { border-color: rgb(73,24,82); }
td.TdClassName
{
border-color: #491852;
}
.TagClassName
{
border-color: #491852;
}
</style>