Shades of Hot Purple #48204E
Tints of Hot Purple #48204E
RGB
CMYK
RGB Variations
Color information
#48204E (or 0x48204E) is known color: Hot Purple. HEX triplet: 48, 20 and 4E. RGB value is (72,32,78). Sum of RGB (Red+Green+Blue) = 72+32+78=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #48204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48204E is #B7DFB1. Grayscale: #313131. Windows color (decimal): -12050354 or 5120072. OLE color: 5120072.
HSL color Cylindrical-coordinate representation of color #48204E: hue angle of 292.17º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48204E is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 32 | 78 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.69 |
| HSL | 292.17º | 0.42% | 0.22% | - |
| HSV(B) | 292.17º | 0.59% | 0.31% | - |
| XYZ | 4.56 | 2.96 | 7.54 | - |
| YUV | 49.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 78 | 0.08 | 0.59 | 0 | 0.69 | 292.17 | 0.42 | 0.22 |
| Hex | 48 | 20 | 4E | 8 | 3B | 0 | 45 | 124 | 2A | 16 |
| Octal | 110 | 40 | 116 | 10 | 73 | 0 | 105 | 444 | 52 | 26 |
| Binary | 1001000 | 100000 | 1001110 | 1000 | 111011 | 0 | 1000101 | 100100100 | 101010 | 10110 |
Color Harmonies of #48204E
Complementary color
Monochromatic Colors of #48204E
Black with #48204E
Text Example
Text Example
White with #48204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48204E; }
p { color: rgb(72,32,78); }
H1.HeaderClassName
{
color: #48204E;
}
.AnyTagClassName
{
color: #48204E;
}
</style>
background-color css
<style>
a { background-color: #48204E; }
a { background-color: rgb(72,32,78); }
div.DivClassName
{
background-color: #48204E;
}
.BgClassName
{
background-color: #48204E;
}
</style>
border-color css
<style>
span { border-color: #48204E; }
span { border-color: rgb(72,32,78); }
td.TdClassName
{
border-color: #48204E;
}
.TagClassName
{
border-color: #48204E;
}
</style>