Shades of Hot Purple #492B49
Tints of Hot Purple #492B49
RGB
CMYK
RGB Variations
Color information
#492B49 (or 0x492B49) is known color: Hot Purple. HEX triplet: 49, 2B and 49. RGB value is (73,43,73). Sum of RGB (Red+Green+Blue) = 73+43+73=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #492B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B49 is #B6D4B6. Grayscale: #373737. Windows color (decimal): -11982007 or 4795209. OLE color: 4795209.
HSL color Cylindrical-coordinate representation of color #492B49: hue angle of 300º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492B49 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 73 | 43 | 73 | - |
CMYK | 0 | 0.41 | 0 | 0.71 |
HSL | 300º | 0.26% | 0.23% | - |
HSV(B) | 300º | 0.41% | 0.29% | - |
XYZ | 4.81 | 3.63 | 6.75 | - |
YUV | 55.39 | 137.94 | 140.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 73 | 43 | 73 | 0 | 0.41 | 0 | 0.71 | 300 | 0.26 | 0.23 |
Hex | 49 | 2B | 49 | 0 | 29 | 0 | 47 | 12C | 1A | 17 |
Octal | 111 | 53 | 111 | 0 | 51 | 0 | 107 | 454 | 32 | 27 |
Binary | 1001001 | 101011 | 1001001 | 0 | 101001 | 0 | 1000111 | 100101100 | 11010 | 10111 |
Color Harmonies of #492B49
Complementary color
Monochromatic Colors of #492B49
Black with #492B49
Text Example
Text Example
White with #492B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B49; }
p { color: rgb(73,43,73); }
H1.HeaderClassName
{
color: #492B49;
}
.AnyTagClassName
{
color: #492B49;
}
</style>
background-color css
<style>
a { background-color: #492B49; }
a { background-color: rgb(73,43,73); }
div.DivClassName
{
background-color: #492B49;
}
.BgClassName
{
background-color: #492B49;
}
</style>
border-color css
<style>
span { border-color: #492B49; }
span { border-color: rgb(73,43,73); }
td.TdClassName
{
border-color: #492B49;
}
.TagClassName
{
border-color: #492B49;
}
</style>