Shades of Hot Purple #48074E
Tints of Hot Purple #48074E
RGB
CMYK
RGB Variations
Color information
#48074E (or 0x48074E) is known color: Hot Purple. HEX triplet: 48, 07 and 4E. RGB value is (72,7,78). Sum of RGB (Red+Green+Blue) = 72+7+78=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #48074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48074E is #B7F8B1. Grayscale: #222222. Windows color (decimal): -12056754 or 5113672. OLE color: 5113672.
HSL color Cylindrical-coordinate representation of color #48074E: hue angle of 294.93º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48074E is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 7 | 78 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.69 |
| HSL | 294.93º | 0.84% | 0.17% | - |
| HSV(B) | 294.93º | 0.91% | 0.31% | - |
| XYZ | 4.12 | 2.08 | 7.39 | - |
| YUV | 34.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 7 | 78 | 0.08 | 0.91 | 0 | 0.69 | 294.93 | 0.84 | 0.17 |
| Hex | 48 | 7 | 4E | 8 | 5B | 0 | 45 | 127 | 54 | 11 |
| Octal | 110 | 7 | 116 | 10 | 133 | 0 | 105 | 447 | 124 | 21 |
| Binary | 1001000 | 111 | 1001110 | 1000 | 1011011 | 0 | 1000101 | 100100111 | 1010100 | 10001 |
Color Harmonies of #48074E
Complementary color
Monochromatic Colors of #48074E
Black with #48074E
Text Example
Text Example
White with #48074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48074E; }
p { color: rgb(72,7,78); }
H1.HeaderClassName
{
color: #48074E;
}
.AnyTagClassName
{
color: #48074E;
}
</style>
background-color css
<style>
a { background-color: #48074E; }
a { background-color: rgb(72,7,78); }
div.DivClassName
{
background-color: #48074E;
}
.BgClassName
{
background-color: #48074E;
}
</style>
border-color css
<style>
span { border-color: #48074E; }
span { border-color: rgb(72,7,78); }
td.TdClassName
{
border-color: #48074E;
}
.TagClassName
{
border-color: #48074E;
}
</style>