Shades of Hot Purple #48194C
Tints of Hot Purple #48194C
RGB
CMYK
RGB Variations
Color information
#48194C (or 0x48194C) is known color: Hot Purple. HEX triplet: 48, 19 and 4C. RGB value is (72,25,76). Sum of RGB (Red+Green+Blue) = 72+25+76=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #48194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48194C is #B7E6B3. Grayscale: #2C2C2C. Windows color (decimal): -12052148 or 4987208. OLE color: 4987208.
HSL color Cylindrical-coordinate representation of color #48194C: hue angle of 295.29º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48194C is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 25 | 76 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.70 |
| HSL | 295.29º | 0.5% | 0.2% | - |
| HSV(B) | 295.29º | 0.67% | 0.3% | - |
| XYZ | 4.32 | 2.59 | 7.11 | - |
| YUV | 44.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 76 | 0.05 | 0.67 | 0 | 0.70 | 295.29 | 0.5 | 0.2 |
| Hex | 48 | 19 | 4C | 5 | 43 | 0 | 46 | 127 | 32 | 14 |
| Octal | 110 | 31 | 114 | 5 | 103 | 0 | 106 | 447 | 62 | 24 |
| Binary | 1001000 | 11001 | 1001100 | 101 | 1000011 | 0 | 1000110 | 100100111 | 110010 | 10100 |
Color Harmonies of #48194C
Complementary color
Monochromatic Colors of #48194C
Black with #48194C
Text Example
Text Example
White with #48194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48194C; }
p { color: rgb(72,25,76); }
H1.HeaderClassName
{
color: #48194C;
}
.AnyTagClassName
{
color: #48194C;
}
</style>
background-color css
<style>
a { background-color: #48194C; }
a { background-color: rgb(72,25,76); }
div.DivClassName
{
background-color: #48194C;
}
.BgClassName
{
background-color: #48194C;
}
</style>
border-color css
<style>
span { border-color: #48194C; }
span { border-color: rgb(72,25,76); }
td.TdClassName
{
border-color: #48194C;
}
.TagClassName
{
border-color: #48194C;
}
</style>