Shades of Hot Purple #49254A
Tints of Hot Purple #49254A
RGB
CMYK
RGB Variations
Color information
#49254A (or 0x49254A) is known color: Hot Purple. HEX triplet: 49, 25 and 4A. RGB value is (73,37,74). Sum of RGB (Red+Green+Blue) = 73+37+74=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #49254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49254A is #B6DAB5. Grayscale: #333333. Windows color (decimal): -11983542 or 4859209. OLE color: 4859209.
HSL color Cylindrical-coordinate representation of color #49254A: hue angle of 298.38º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49254A is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 74 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.71 |
| HSL | 298.38º | 0.33% | 0.22% | - |
| HSV(B) | 298.38º | 0.5% | 0.29% | - |
| XYZ | 4.65 | 3.23 | 6.86 | - |
| YUV | 51.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 74 | 0.01 | 0.50 | 0 | 0.71 | 298.38 | 0.33 | 0.22 |
| Hex | 49 | 25 | 4A | 1 | 32 | 0 | 47 | 12A | 21 | 16 |
| Octal | 111 | 45 | 112 | 1 | 62 | 0 | 107 | 452 | 41 | 26 |
| Binary | 1001001 | 100101 | 1001010 | 1 | 110010 | 0 | 1000111 | 100101010 | 100001 | 10110 |
Color Harmonies of #49254A
Complementary color
Monochromatic Colors of #49254A
Black with #49254A
Text Example
Text Example
White with #49254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49254A; }
p { color: rgb(73,37,74); }
H1.HeaderClassName
{
color: #49254A;
}
.AnyTagClassName
{
color: #49254A;
}
</style>
background-color css
<style>
a { background-color: #49254A; }
a { background-color: rgb(73,37,74); }
div.DivClassName
{
background-color: #49254A;
}
.BgClassName
{
background-color: #49254A;
}
</style>
border-color css
<style>
span { border-color: #49254A; }
span { border-color: rgb(73,37,74); }
td.TdClassName
{
border-color: #49254A;
}
.TagClassName
{
border-color: #49254A;
}
</style>