Shades of Hot Purple #48224D
Tints of Hot Purple #48224D
RGB
CMYK
RGB Variations
Color information
#48224D (or 0x48224D) is known color: Hot Purple. HEX triplet: 48, 22 and 4D. RGB value is (72,34,77). Sum of RGB (Red+Green+Blue) = 72+34+77=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #48224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48224D is #B7DDB2. Grayscale: #323232. Windows color (decimal): -12049843 or 5055048. OLE color: 5055048.
HSL color Cylindrical-coordinate representation of color #48224D: hue angle of 293.02º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48224D is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 34 | 77 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.70 |
| HSL | 293.02º | 0.39% | 0.22% | - |
| HSV(B) | 293.02º | 0.56% | 0.3% | - |
| XYZ | 4.58 | 3.06 | 7.37 | - |
| YUV | 50.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 77 | 0.06 | 0.56 | 0 | 0.70 | 293.02 | 0.39 | 0.22 |
| Hex | 48 | 22 | 4D | 6 | 38 | 0 | 46 | 125 | 27 | 16 |
| Octal | 110 | 42 | 115 | 6 | 70 | 0 | 106 | 445 | 47 | 26 |
| Binary | 1001000 | 100010 | 1001101 | 110 | 111000 | 0 | 1000110 | 100100101 | 100111 | 10110 |
Color Harmonies of #48224D
Complementary color
Monochromatic Colors of #48224D
Black with #48224D
Text Example
Text Example
White with #48224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48224D; }
p { color: rgb(72,34,77); }
H1.HeaderClassName
{
color: #48224D;
}
.AnyTagClassName
{
color: #48224D;
}
</style>
background-color css
<style>
a { background-color: #48224D; }
a { background-color: rgb(72,34,77); }
div.DivClassName
{
background-color: #48224D;
}
.BgClassName
{
background-color: #48224D;
}
</style>
border-color css
<style>
span { border-color: #48224D; }
span { border-color: rgb(72,34,77); }
td.TdClassName
{
border-color: #48224D;
}
.TagClassName
{
border-color: #48224D;
}
</style>