Shades of Hot Purple #48194F
Tints of Hot Purple #48194F
RGB
CMYK
RGB Variations
Color information
#48194F (or 0x48194F) is known color: Hot Purple. HEX triplet: 48, 19 and 4F. RGB value is (72,25,79). Sum of RGB (Red+Green+Blue) = 72+25+79=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #48194F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48194F is #B7E6B0. Grayscale: #2D2D2D. Windows color (decimal): -12052145 or 5183816. OLE color: 5183816.
HSL color Cylindrical-coordinate representation of color #48194F: hue angle of 292.22º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48194F is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 25 | 79 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.69 |
| HSL | 292.22º | 0.52% | 0.2% | - |
| HSV(B) | 292.22º | 0.68% | 0.31% | - |
| XYZ | 4.43 | 2.64 | 7.67 | - |
| YUV | 45.21 | 147.07 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 79 | 0.09 | 0.68 | 0 | 0.69 | 292.22 | 0.52 | 0.2 |
| Hex | 48 | 19 | 4F | 9 | 44 | 0 | 45 | 124 | 34 | 14 |
| Octal | 110 | 31 | 117 | 11 | 104 | 0 | 105 | 444 | 64 | 24 |
| Binary | 1001000 | 11001 | 1001111 | 1001 | 1000100 | 0 | 1000101 | 100100100 | 110100 | 10100 |
Color Harmonies of #48194F
Complementary color
Monochromatic Colors of #48194F
Black with #48194F
Text Example
Text Example
White with #48194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48194F; }
p { color: rgb(72,25,79); }
H1.HeaderClassName
{
color: #48194F;
}
.AnyTagClassName
{
color: #48194F;
}
</style>
background-color css
<style>
a { background-color: #48194F; }
a { background-color: rgb(72,25,79); }
div.DivClassName
{
background-color: #48194F;
}
.BgClassName
{
background-color: #48194F;
}
</style>
border-color css
<style>
span { border-color: #48194F; }
span { border-color: rgb(72,25,79); }
td.TdClassName
{
border-color: #48194F;
}
.TagClassName
{
border-color: #48194F;
}
</style>