Shades of Hot Purple #48324D
Tints of Hot Purple #48324D
RGB
CMYK
RGB Variations
Color information
#48324D (or 0x48324D) is known color: Hot Purple. HEX triplet: 48, 32 and 4D. RGB value is (72,50,77). Sum of RGB (Red+Green+Blue) = 72+50+77=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #48324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48324D is #B7CDB2. Grayscale: #3B3B3B. Windows color (decimal): -12045747 or 5059144. OLE color: 5059144.
HSL color Cylindrical-coordinate representation of color #48324D: hue angle of 288.89º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48324D is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 50 | 77 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.70 |
| HSL | 288.89º | 0.21% | 0.25% | - |
| HSV(B) | 288.89º | 0.35% | 0.3% | - |
| XYZ | 5.15 | 4.19 | 7.56 | - |
| YUV | 59.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 77 | 0.06 | 0.35 | 0 | 0.70 | 288.89 | 0.21 | 0.25 |
| Hex | 48 | 32 | 4D | 6 | 23 | 0 | 46 | 121 | 15 | 19 |
| Octal | 110 | 62 | 115 | 6 | 43 | 0 | 106 | 441 | 25 | 31 |
| Binary | 1001000 | 110010 | 1001101 | 110 | 100011 | 0 | 1000110 | 100100001 | 10101 | 11001 |
Color Harmonies of #48324D
Complementary color
Monochromatic Colors of #48324D
Black with #48324D
Text Example
Text Example
White with #48324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48324D; }
p { color: rgb(72,50,77); }
H1.HeaderClassName
{
color: #48324D;
}
.AnyTagClassName
{
color: #48324D;
}
</style>
background-color css
<style>
a { background-color: #48324D; }
a { background-color: rgb(72,50,77); }
div.DivClassName
{
background-color: #48324D;
}
.BgClassName
{
background-color: #48324D;
}
</style>
border-color css
<style>
span { border-color: #48324D; }
span { border-color: rgb(72,50,77); }
td.TdClassName
{
border-color: #48324D;
}
.TagClassName
{
border-color: #48324D;
}
</style>