Shades of Hot Purple #48194D
Tints of Hot Purple #48194D
RGB
CMYK
RGB Variations
Color information
#48194D (or 0x48194D) is known color: Hot Purple. HEX triplet: 48, 19 and 4D. RGB value is (72,25,77). Sum of RGB (Red+Green+Blue) = 72+25+77=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #48194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48194D is #B7E6B2. Grayscale: #2C2C2C. Windows color (decimal): -12052147 or 5052744. OLE color: 5052744.
HSL color Cylindrical-coordinate representation of color #48194D: hue angle of 294.23º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48194D is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 25 | 77 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.70 |
| HSL | 294.23º | 0.51% | 0.2% | - |
| HSV(B) | 294.23º | 0.68% | 0.3% | - |
| XYZ | 4.36 | 2.61 | 7.29 | - |
| YUV | 44.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 77 | 0.06 | 0.68 | 0 | 0.70 | 294.23 | 0.51 | 0.2 |
| Hex | 48 | 19 | 4D | 6 | 44 | 0 | 46 | 126 | 33 | 14 |
| Octal | 110 | 31 | 115 | 6 | 104 | 0 | 106 | 446 | 63 | 24 |
| Binary | 1001000 | 11001 | 1001101 | 110 | 1000100 | 0 | 1000110 | 100100110 | 110011 | 10100 |
Color Harmonies of #48194D
Complementary color
Monochromatic Colors of #48194D
Black with #48194D
Text Example
Text Example
White with #48194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48194D; }
p { color: rgb(72,25,77); }
H1.HeaderClassName
{
color: #48194D;
}
.AnyTagClassName
{
color: #48194D;
}
</style>
background-color css
<style>
a { background-color: #48194D; }
a { background-color: rgb(72,25,77); }
div.DivClassName
{
background-color: #48194D;
}
.BgClassName
{
background-color: #48194D;
}
</style>
border-color css
<style>
span { border-color: #48194D; }
span { border-color: rgb(72,25,77); }
td.TdClassName
{
border-color: #48194D;
}
.TagClassName
{
border-color: #48194D;
}
</style>