Shades of Hot Purple #48144E
Tints of Hot Purple #48144E
RGB
CMYK
RGB Variations
Color information
#48144E (or 0x48144E) is known color: Hot Purple. HEX triplet: 48, 14 and 4E. RGB value is (72,20,78). Sum of RGB (Red+Green+Blue) = 72+20+78=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #48144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48144E is #B7EBB1. Grayscale: #292929. Windows color (decimal): -12053426 or 5117000. OLE color: 5117000.
HSL color Cylindrical-coordinate representation of color #48144E: hue angle of 293.79º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48144E is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 20 | 78 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.69 |
| HSL | 293.79º | 0.59% | 0.19% | - |
| HSV(B) | 293.79º | 0.74% | 0.31% | - |
| XYZ | 4.3 | 2.43 | 7.45 | - |
| YUV | 42.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 78 | 0.08 | 0.74 | 0 | 0.69 | 293.79 | 0.59 | 0.19 |
| Hex | 48 | 14 | 4E | 8 | 4A | 0 | 45 | 126 | 3B | 13 |
| Octal | 110 | 24 | 116 | 10 | 112 | 0 | 105 | 446 | 73 | 23 |
| Binary | 1001000 | 10100 | 1001110 | 1000 | 1001010 | 0 | 1000101 | 100100110 | 111011 | 10011 |
Color Harmonies of #48144E
Complementary color
Monochromatic Colors of #48144E
Black with #48144E
Text Example
Text Example
White with #48144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48144E; }
p { color: rgb(72,20,78); }
H1.HeaderClassName
{
color: #48144E;
}
.AnyTagClassName
{
color: #48144E;
}
</style>
background-color css
<style>
a { background-color: #48144E; }
a { background-color: rgb(72,20,78); }
div.DivClassName
{
background-color: #48144E;
}
.BgClassName
{
background-color: #48144E;
}
</style>
border-color css
<style>
span { border-color: #48144E; }
span { border-color: rgb(72,20,78); }
td.TdClassName
{
border-color: #48144E;
}
.TagClassName
{
border-color: #48144E;
}
</style>