Shades of Hot Purple #49254F
Tints of Hot Purple #49254F
RGB
CMYK
RGB Variations
Color information
#49254F (or 0x49254F) is known color: Hot Purple. HEX triplet: 49, 25 and 4F. RGB value is (73,37,79). Sum of RGB (Red+Green+Blue) = 73+37+79=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #49254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49254F is #B6DAB0. Grayscale: #343434. Windows color (decimal): -11983537 or 5186889. OLE color: 5186889.
HSL color Cylindrical-coordinate representation of color #49254F: hue angle of 291.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49254F is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 37 | 79 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.69 |
| HSL | 291.43º | 0.36% | 0.23% | - |
| HSV(B) | 291.43º | 0.53% | 0.31% | - |
| XYZ | 4.82 | 3.3 | 7.78 | - |
| YUV | 52.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 79 | 0.08 | 0.53 | 0 | 0.69 | 291.43 | 0.36 | 0.23 |
| Hex | 49 | 25 | 4F | 8 | 35 | 0 | 45 | 123 | 24 | 17 |
| Octal | 111 | 45 | 117 | 10 | 65 | 0 | 105 | 443 | 44 | 27 |
| Binary | 1001001 | 100101 | 1001111 | 1000 | 110101 | 0 | 1000101 | 100100011 | 100100 | 10111 |
Color Harmonies of #49254F
Complementary color
Monochromatic Colors of #49254F
Black with #49254F
Text Example
Text Example
White with #49254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49254F; }
p { color: rgb(73,37,79); }
H1.HeaderClassName
{
color: #49254F;
}
.AnyTagClassName
{
color: #49254F;
}
</style>
background-color css
<style>
a { background-color: #49254F; }
a { background-color: rgb(73,37,79); }
div.DivClassName
{
background-color: #49254F;
}
.BgClassName
{
background-color: #49254F;
}
</style>
border-color css
<style>
span { border-color: #49254F; }
span { border-color: rgb(73,37,79); }
td.TdClassName
{
border-color: #49254F;
}
.TagClassName
{
border-color: #49254F;
}
</style>