Shades of Hot Purple #48114E
Tints of Hot Purple #48114E
RGB
CMYK
RGB Variations
Color information
#48114E (or 0x48114E) is known color: Hot Purple. HEX triplet: 48, 11 and 4E. RGB value is (72,17,78). Sum of RGB (Red+Green+Blue) = 72+17+78=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #48114E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48114E is #B7EEB1. Grayscale: #282828. Windows color (decimal): -12054194 or 5116232. OLE color: 5116232.
HSL color Cylindrical-coordinate representation of color #48114E: hue angle of 294.1º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48114E is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 17 | 78 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.69 |
| HSL | 294.1º | 0.64% | 0.19% | - |
| HSV(B) | 294.1º | 0.78% | 0.31% | - |
| XYZ | 4.25 | 2.33 | 7.43 | - |
| YUV | 40.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 78 | 0.08 | 0.78 | 0 | 0.69 | 294.1 | 0.64 | 0.19 |
| Hex | 48 | 11 | 4E | 8 | 4E | 0 | 45 | 126 | 40 | 13 |
| Octal | 110 | 21 | 116 | 10 | 116 | 0 | 105 | 446 | 100 | 23 |
| Binary | 1001000 | 10001 | 1001110 | 1000 | 1001110 | 0 | 1000101 | 100100110 | 1000000 | 10011 |
Color Harmonies of #48114E
Complementary color
Monochromatic Colors of #48114E
Black with #48114E
Text Example
Text Example
White with #48114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48114E; }
p { color: rgb(72,17,78); }
H1.HeaderClassName
{
color: #48114E;
}
.AnyTagClassName
{
color: #48114E;
}
</style>
background-color css
<style>
a { background-color: #48114E; }
a { background-color: rgb(72,17,78); }
div.DivClassName
{
background-color: #48114E;
}
.BgClassName
{
background-color: #48114E;
}
</style>
border-color css
<style>
span { border-color: #48114E; }
span { border-color: rgb(72,17,78); }
td.TdClassName
{
border-color: #48114E;
}
.TagClassName
{
border-color: #48114E;
}
</style>