Shades of Hot Purple #48154D
Tints of Hot Purple #48154D
RGB
CMYK
RGB Variations
Color information
#48154D (or 0x48154D) is known color: Hot Purple. HEX triplet: 48, 15 and 4D. RGB value is (72,21,77). Sum of RGB (Red+Green+Blue) = 72+21+77=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #48154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48154D is #B7EAB2. Grayscale: #2A2A2A. Windows color (decimal): -12053171 or 5051720. OLE color: 5051720.
HSL color Cylindrical-coordinate representation of color #48154D: hue angle of 294.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48154D is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 21 | 77 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.70 |
| HSL | 294.64º | 0.57% | 0.19% | - |
| HSV(B) | 294.64º | 0.73% | 0.3% | - |
| XYZ | 4.28 | 2.45 | 7.27 | - |
| YUV | 42.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 77 | 0.06 | 0.73 | 0 | 0.70 | 294.64 | 0.57 | 0.19 |
| Hex | 48 | 15 | 4D | 6 | 49 | 0 | 46 | 127 | 39 | 13 |
| Octal | 110 | 25 | 115 | 6 | 111 | 0 | 106 | 447 | 71 | 23 |
| Binary | 1001000 | 10101 | 1001101 | 110 | 1001001 | 0 | 1000110 | 100100111 | 111001 | 10011 |
Color Harmonies of #48154D
Complementary color
Monochromatic Colors of #48154D
Black with #48154D
Text Example
Text Example
White with #48154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48154D; }
p { color: rgb(72,21,77); }
H1.HeaderClassName
{
color: #48154D;
}
.AnyTagClassName
{
color: #48154D;
}
</style>
background-color css
<style>
a { background-color: #48154D; }
a { background-color: rgb(72,21,77); }
div.DivClassName
{
background-color: #48154D;
}
.BgClassName
{
background-color: #48154D;
}
</style>
border-color css
<style>
span { border-color: #48154D; }
span { border-color: rgb(72,21,77); }
td.TdClassName
{
border-color: #48154D;
}
.TagClassName
{
border-color: #48154D;
}
</style>