Shades of Hot Purple #48064E
Tints of Hot Purple #48064E
RGB
CMYK
RGB Variations
Color information
#48064E (or 0x48064E) is known color: Hot Purple. HEX triplet: 48, 06 and 4E. RGB value is (72,6,78). Sum of RGB (Red+Green+Blue) = 72+6+78=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #48064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48064E is #B7F9B1. Grayscale: #212121. Windows color (decimal): -12057010 or 5113416. OLE color: 5113416.
HSL color Cylindrical-coordinate representation of color #48064E: hue angle of 295º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48064E is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 6 | 78 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.69 |
| HSL | 295º | 0.86% | 0.16% | - |
| HSV(B) | 295º | 0.92% | 0.31% | - |
| XYZ | 4.11 | 2.06 | 7.39 | - |
| YUV | 33.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 6 | 78 | 0.08 | 0.92 | 0 | 0.69 | 295 | 0.86 | 0.16 |
| Hex | 48 | 6 | 4E | 8 | 5C | 0 | 45 | 127 | 56 | 10 |
| Octal | 110 | 6 | 116 | 10 | 134 | 0 | 105 | 447 | 126 | 20 |
| Binary | 1001000 | 110 | 1001110 | 1000 | 1011100 | 0 | 1000101 | 100100111 | 1010110 | 10000 |
Color Harmonies of #48064E
Complementary color
Monochromatic Colors of #48064E
Black with #48064E
Text Example
Text Example
White with #48064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48064E; }
p { color: rgb(72,6,78); }
H1.HeaderClassName
{
color: #48064E;
}
.AnyTagClassName
{
color: #48064E;
}
</style>
background-color css
<style>
a { background-color: #48064E; }
a { background-color: rgb(72,6,78); }
div.DivClassName
{
background-color: #48064E;
}
.BgClassName
{
background-color: #48064E;
}
</style>
border-color css
<style>
span { border-color: #48064E; }
span { border-color: rgb(72,6,78); }
td.TdClassName
{
border-color: #48064E;
}
.TagClassName
{
border-color: #48064E;
}
</style>