Shades of Hot Purple #48234D
Tints of Hot Purple #48234D
RGB
CMYK
RGB Variations
Color information
#48234D (or 0x48234D) is known color: Hot Purple. HEX triplet: 48, 23 and 4D. RGB value is (72,35,77). Sum of RGB (Red+Green+Blue) = 72+35+77=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #48234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48234D is #B7DCB2. Grayscale: #323232. Windows color (decimal): -12049587 or 5055304. OLE color: 5055304.
HSL color Cylindrical-coordinate representation of color #48234D: hue angle of 292.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48234D is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 35 | 77 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.70 |
| HSL | 292.86º | 0.38% | 0.22% | - |
| HSV(B) | 292.86º | 0.55% | 0.3% | - |
| XYZ | 4.61 | 3.12 | 7.38 | - |
| YUV | 50.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 77 | 0.06 | 0.55 | 0 | 0.70 | 292.86 | 0.38 | 0.22 |
| Hex | 48 | 23 | 4D | 6 | 37 | 0 | 46 | 125 | 26 | 16 |
| Octal | 110 | 43 | 115 | 6 | 67 | 0 | 106 | 445 | 46 | 26 |
| Binary | 1001000 | 100011 | 1001101 | 110 | 110111 | 0 | 1000110 | 100100101 | 100110 | 10110 |
Color Harmonies of #48234D
Complementary color
Monochromatic Colors of #48234D
Black with #48234D
Text Example
Text Example
White with #48234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48234D; }
p { color: rgb(72,35,77); }
H1.HeaderClassName
{
color: #48234D;
}
.AnyTagClassName
{
color: #48234D;
}
</style>
background-color css
<style>
a { background-color: #48234D; }
a { background-color: rgb(72,35,77); }
div.DivClassName
{
background-color: #48234D;
}
.BgClassName
{
background-color: #48234D;
}
</style>
border-color css
<style>
span { border-color: #48234D; }
span { border-color: rgb(72,35,77); }
td.TdClassName
{
border-color: #48234D;
}
.TagClassName
{
border-color: #48234D;
}
</style>