Shades of Hot Purple #48164C
Tints of Hot Purple #48164C
RGB
CMYK
RGB Variations
Color information
#48164C (or 0x48164C) is known color: Hot Purple. HEX triplet: 48, 16 and 4C. RGB value is (72,22,76). Sum of RGB (Red+Green+Blue) = 72+22+76=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #48164C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48164C is #B7E9B3. Grayscale: #2A2A2A. Windows color (decimal): -12052916 or 4986440. OLE color: 4986440.
HSL color Cylindrical-coordinate representation of color #48164C: hue angle of 295.56º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48164C is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 22 | 76 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.70 |
| HSL | 295.56º | 0.55% | 0.19% | - |
| HSV(B) | 295.56º | 0.71% | 0.3% | - |
| XYZ | 4.26 | 2.47 | 7.09 | - |
| YUV | 43.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 76 | 0.05 | 0.71 | 0 | 0.70 | 295.56 | 0.55 | 0.19 |
| Hex | 48 | 16 | 4C | 5 | 47 | 0 | 46 | 128 | 37 | 13 |
| Octal | 110 | 26 | 114 | 5 | 107 | 0 | 106 | 450 | 67 | 23 |
| Binary | 1001000 | 10110 | 1001100 | 101 | 1000111 | 0 | 1000110 | 100101000 | 110111 | 10011 |
Color Harmonies of #48164C
Complementary color
Monochromatic Colors of #48164C
Black with #48164C
Text Example
Text Example
White with #48164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48164C; }
p { color: rgb(72,22,76); }
H1.HeaderClassName
{
color: #48164C;
}
.AnyTagClassName
{
color: #48164C;
}
</style>
background-color css
<style>
a { background-color: #48164C; }
a { background-color: rgb(72,22,76); }
div.DivClassName
{
background-color: #48164C;
}
.BgClassName
{
background-color: #48164C;
}
</style>
border-color css
<style>
span { border-color: #48164C; }
span { border-color: rgb(72,22,76); }
td.TdClassName
{
border-color: #48164C;
}
.TagClassName
{
border-color: #48164C;
}
</style>