Shades of Hot Purple #48314C
Tints of Hot Purple #48314C
RGB
CMYK
RGB Variations
Color information
#48314C (or 0x48314C) is known color: Hot Purple. HEX triplet: 48, 31 and 4C. RGB value is (72,49,76). Sum of RGB (Red+Green+Blue) = 72+49+76=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 76 - color contains mainly: blue. Hex color #48314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48314C is #B7CEB3. Grayscale: #3A3A3A. Windows color (decimal): -12046004 or 4993352. OLE color: 4993352.
HSL color Cylindrical-coordinate representation of color #48314C: hue angle of 291.11º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48314C is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 49 | 76 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.70 |
| HSL | 291.11º | 0.22% | 0.25% | - |
| HSV(B) | 291.11º | 0.36% | 0.3% | - |
| XYZ | 5.08 | 4.1 | 7.36 | - |
| YUV | 58.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 76 | 0.05 | 0.36 | 0 | 0.70 | 291.11 | 0.22 | 0.25 |
| Hex | 48 | 31 | 4C | 5 | 24 | 0 | 46 | 123 | 16 | 19 |
| Octal | 110 | 61 | 114 | 5 | 44 | 0 | 106 | 443 | 26 | 31 |
| Binary | 1001000 | 110001 | 1001100 | 101 | 100100 | 0 | 1000110 | 100100011 | 10110 | 11001 |
Color Harmonies of #48314C
Complementary color
Monochromatic Colors of #48314C
Black with #48314C
Text Example
Text Example
White with #48314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48314C; }
p { color: rgb(72,49,76); }
H1.HeaderClassName
{
color: #48314C;
}
.AnyTagClassName
{
color: #48314C;
}
</style>
background-color css
<style>
a { background-color: #48314C; }
a { background-color: rgb(72,49,76); }
div.DivClassName
{
background-color: #48314C;
}
.BgClassName
{
background-color: #48314C;
}
</style>
border-color css
<style>
span { border-color: #48314C; }
span { border-color: rgb(72,49,76); }
td.TdClassName
{
border-color: #48314C;
}
.TagClassName
{
border-color: #48314C;
}
</style>