Shades of Hot Purple #49254B
Tints of Hot Purple #49254B
RGB
CMYK
RGB Variations
Color information
#49254B (or 0x49254B) is known color: Hot Purple. HEX triplet: 49, 25 and 4B. RGB value is (73,37,75). Sum of RGB (Red+Green+Blue) = 73+37+75=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: blue. Hex color #49254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49254B is #B6DAB4. Grayscale: #333333. Windows color (decimal): -11983541 or 4924745. OLE color: 4924745.
HSL color Cylindrical-coordinate representation of color #49254B: hue angle of 296.84º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49254B is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 75 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.71 |
| HSL | 296.84º | 0.34% | 0.22% | - |
| HSV(B) | 296.84º | 0.51% | 0.29% | - |
| XYZ | 4.68 | 3.25 | 7.04 | - |
| YUV | 52.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 75 | 0.03 | 0.51 | 0 | 0.71 | 296.84 | 0.34 | 0.22 |
| Hex | 49 | 25 | 4B | 3 | 33 | 0 | 47 | 129 | 22 | 16 |
| Octal | 111 | 45 | 113 | 3 | 63 | 0 | 107 | 451 | 42 | 26 |
| Binary | 1001001 | 100101 | 1001011 | 11 | 110011 | 0 | 1000111 | 100101001 | 100010 | 10110 |
Color Harmonies of #49254B
Complementary color
Monochromatic Colors of #49254B
Black with #49254B
Text Example
Text Example
White with #49254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49254B; }
p { color: rgb(73,37,75); }
H1.HeaderClassName
{
color: #49254B;
}
.AnyTagClassName
{
color: #49254B;
}
</style>
background-color css
<style>
a { background-color: #49254B; }
a { background-color: rgb(73,37,75); }
div.DivClassName
{
background-color: #49254B;
}
.BgClassName
{
background-color: #49254B;
}
</style>
border-color css
<style>
span { border-color: #49254B; }
span { border-color: rgb(73,37,75); }
td.TdClassName
{
border-color: #49254B;
}
.TagClassName
{
border-color: #49254B;
}
</style>