Shades of Hot Purple #48194B
Tints of Hot Purple #48194B
RGB
CMYK
RGB Variations
Color information
#48194B (or 0x48194B) is known color: Hot Purple. HEX triplet: 48, 19 and 4B. RGB value is (72,25,75). Sum of RGB (Red+Green+Blue) = 72+25+75=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #48194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48194B is #B7E6B4. Grayscale: #2C2C2C. Windows color (decimal): -12052149 or 4921672. OLE color: 4921672.
HSL color Cylindrical-coordinate representation of color #48194B: hue angle of 296.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48194B is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 25 | 75 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.71 |
| HSL | 296.4º | 0.5% | 0.2% | - |
| HSV(B) | 296.4º | 0.67% | 0.29% | - |
| XYZ | 4.29 | 2.58 | 6.93 | - |
| YUV | 44.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 75 | 0.04 | 0.67 | 0 | 0.71 | 296.4 | 0.5 | 0.2 |
| Hex | 48 | 19 | 4B | 4 | 43 | 0 | 47 | 128 | 32 | 14 |
| Octal | 110 | 31 | 113 | 4 | 103 | 0 | 107 | 450 | 62 | 24 |
| Binary | 1001000 | 11001 | 1001011 | 100 | 1000011 | 0 | 1000111 | 100101000 | 110010 | 10100 |
Color Harmonies of #48194B
Complementary color
Monochromatic Colors of #48194B
Black with #48194B
Text Example
Text Example
White with #48194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48194B; }
p { color: rgb(72,25,75); }
H1.HeaderClassName
{
color: #48194B;
}
.AnyTagClassName
{
color: #48194B;
}
</style>
background-color css
<style>
a { background-color: #48194B; }
a { background-color: rgb(72,25,75); }
div.DivClassName
{
background-color: #48194B;
}
.BgClassName
{
background-color: #48194B;
}
</style>
border-color css
<style>
span { border-color: #48194B; }
span { border-color: rgb(72,25,75); }
td.TdClassName
{
border-color: #48194B;
}
.TagClassName
{
border-color: #48194B;
}
</style>