Shades of Hot Purple #48044D
Tints of Hot Purple #48044D
RGB
CMYK
RGB Variations
Color information
#48044D (or 0x48044D) is known color: Hot Purple. HEX triplet: 48, 04 and 4D. RGB value is (72,4,77). Sum of RGB (Red+Green+Blue) = 72+4+77=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #48044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48044D is #B7FBB2. Grayscale: #202020. Windows color (decimal): -12057523 or 5047368. OLE color: 5047368.
HSL color Cylindrical-coordinate representation of color #48044D: hue angle of 295.89º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48044D is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 4 | 77 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.70 |
| HSL | 295.89º | 0.9% | 0.16% | - |
| HSV(B) | 295.89º | 0.95% | 0.3% | - |
| XYZ | 4.06 | 2 | 7.19 | - |
| YUV | 32.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 77 | 0.06 | 0.95 | 0 | 0.70 | 295.89 | 0.9 | 0.16 |
| Hex | 48 | 4 | 4D | 6 | 5F | 0 | 46 | 128 | 5A | 10 |
| Octal | 110 | 4 | 115 | 6 | 137 | 0 | 106 | 450 | 132 | 20 |
| Binary | 1001000 | 100 | 1001101 | 110 | 1011111 | 0 | 1000110 | 100101000 | 1011010 | 10000 |
Color Harmonies of #48044D
Complementary color
Monochromatic Colors of #48044D
Black with #48044D
Text Example
Text Example
White with #48044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48044D; }
p { color: rgb(72,4,77); }
H1.HeaderClassName
{
color: #48044D;
}
.AnyTagClassName
{
color: #48044D;
}
</style>
background-color css
<style>
a { background-color: #48044D; }
a { background-color: rgb(72,4,77); }
div.DivClassName
{
background-color: #48044D;
}
.BgClassName
{
background-color: #48044D;
}
</style>
border-color css
<style>
span { border-color: #48044D; }
span { border-color: rgb(72,4,77); }
td.TdClassName
{
border-color: #48044D;
}
.TagClassName
{
border-color: #48044D;
}
</style>