Shades of Hot Purple #48234C
Tints of Hot Purple #48234C
RGB
CMYK
RGB Variations
Color information
#48234C (or 0x48234C) is known color: Hot Purple. HEX triplet: 48, 23 and 4C. RGB value is (72,35,76). Sum of RGB (Red+Green+Blue) = 72+35+76=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #48234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48234C is #B7DCB3. Grayscale: #323232. Windows color (decimal): -12049588 or 4989768. OLE color: 4989768.
HSL color Cylindrical-coordinate representation of color #48234C: hue angle of 294.15º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48234C is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 35 | 76 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.70 |
| HSL | 294.15º | 0.37% | 0.22% | - |
| HSV(B) | 294.15º | 0.54% | 0.3% | - |
| XYZ | 4.58 | 3.1 | 7.19 | - |
| YUV | 50.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 76 | 0.05 | 0.54 | 0 | 0.70 | 294.15 | 0.37 | 0.22 |
| Hex | 48 | 23 | 4C | 5 | 36 | 0 | 46 | 126 | 25 | 16 |
| Octal | 110 | 43 | 114 | 5 | 66 | 0 | 106 | 446 | 45 | 26 |
| Binary | 1001000 | 100011 | 1001100 | 101 | 110110 | 0 | 1000110 | 100100110 | 100101 | 10110 |
Color Harmonies of #48234C
Complementary color
Monochromatic Colors of #48234C
Black with #48234C
Text Example
Text Example
White with #48234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48234C; }
p { color: rgb(72,35,76); }
H1.HeaderClassName
{
color: #48234C;
}
.AnyTagClassName
{
color: #48234C;
}
</style>
background-color css
<style>
a { background-color: #48234C; }
a { background-color: rgb(72,35,76); }
div.DivClassName
{
background-color: #48234C;
}
.BgClassName
{
background-color: #48234C;
}
</style>
border-color css
<style>
span { border-color: #48234C; }
span { border-color: rgb(72,35,76); }
td.TdClassName
{
border-color: #48234C;
}
.TagClassName
{
border-color: #48234C;
}
</style>