Shades of Hot Purple #48144D
Tints of Hot Purple #48144D
RGB
CMYK
RGB Variations
Color information
#48144D (or 0x48144D) is known color: Hot Purple. HEX triplet: 48, 14 and 4D. RGB value is (72,20,77). Sum of RGB (Red+Green+Blue) = 72+20+77=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #48144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48144D is #B7EBB2. Grayscale: #292929. Windows color (decimal): -12053427 or 5051464. OLE color: 5051464.
HSL color Cylindrical-coordinate representation of color #48144D: hue angle of 294.74º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48144D is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 20 | 77 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.70 |
| HSL | 294.74º | 0.59% | 0.19% | - |
| HSV(B) | 294.74º | 0.74% | 0.3% | - |
| XYZ | 4.26 | 2.41 | 7.26 | - |
| YUV | 42.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 77 | 0.06 | 0.74 | 0 | 0.70 | 294.74 | 0.59 | 0.19 |
| Hex | 48 | 14 | 4D | 6 | 4A | 0 | 46 | 127 | 3B | 13 |
| Octal | 110 | 24 | 115 | 6 | 112 | 0 | 106 | 447 | 73 | 23 |
| Binary | 1001000 | 10100 | 1001101 | 110 | 1001010 | 0 | 1000110 | 100100111 | 111011 | 10011 |
Color Harmonies of #48144D
Complementary color
Monochromatic Colors of #48144D
Black with #48144D
Text Example
Text Example
White with #48144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48144D; }
p { color: rgb(72,20,77); }
H1.HeaderClassName
{
color: #48144D;
}
.AnyTagClassName
{
color: #48144D;
}
</style>
background-color css
<style>
a { background-color: #48144D; }
a { background-color: rgb(72,20,77); }
div.DivClassName
{
background-color: #48144D;
}
.BgClassName
{
background-color: #48144D;
}
</style>
border-color css
<style>
span { border-color: #48144D; }
span { border-color: rgb(72,20,77); }
td.TdClassName
{
border-color: #48144D;
}
.TagClassName
{
border-color: #48144D;
}
</style>