Shades of Hot Purple #48134D
Tints of Hot Purple #48134D
RGB
CMYK
RGB Variations
Color information
#48134D (or 0x48134D) is known color: Hot Purple. HEX triplet: 48, 13 and 4D. RGB value is (72,19,77). Sum of RGB (Red+Green+Blue) = 72+19+77=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #48134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48134D is #B7ECB2. Grayscale: #292929. Windows color (decimal): -12053683 or 5051208. OLE color: 5051208.
HSL color Cylindrical-coordinate representation of color #48134D: hue angle of 294.83º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48134D is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 19 | 77 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.70 |
| HSL | 294.83º | 0.6% | 0.19% | - |
| HSV(B) | 294.83º | 0.75% | 0.3% | - |
| XYZ | 4.24 | 2.38 | 7.26 | - |
| YUV | 41.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 77 | 0.06 | 0.75 | 0 | 0.70 | 294.83 | 0.6 | 0.19 |
| Hex | 48 | 13 | 4D | 6 | 4B | 0 | 46 | 127 | 3C | 13 |
| Octal | 110 | 23 | 115 | 6 | 113 | 0 | 106 | 447 | 74 | 23 |
| Binary | 1001000 | 10011 | 1001101 | 110 | 1001011 | 0 | 1000110 | 100100111 | 111100 | 10011 |
Color Harmonies of #48134D
Complementary color
Monochromatic Colors of #48134D
Black with #48134D
Text Example
Text Example
White with #48134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48134D; }
p { color: rgb(72,19,77); }
H1.HeaderClassName
{
color: #48134D;
}
.AnyTagClassName
{
color: #48134D;
}
</style>
background-color css
<style>
a { background-color: #48134D; }
a { background-color: rgb(72,19,77); }
div.DivClassName
{
background-color: #48134D;
}
.BgClassName
{
background-color: #48134D;
}
</style>
border-color css
<style>
span { border-color: #48134D; }
span { border-color: rgb(72,19,77); }
td.TdClassName
{
border-color: #48134D;
}
.TagClassName
{
border-color: #48134D;
}
</style>