Shades of Hot Purple #48234E
Tints of Hot Purple #48234E
RGB
CMYK
RGB Variations
Color information
#48234E (or 0x48234E) is known color: Hot Purple. HEX triplet: 48, 23 and 4E. RGB value is (72,35,78). Sum of RGB (Red+Green+Blue) = 72+35+78=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #48234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48234E is #B7DCB1. Grayscale: #323232. Windows color (decimal): -12049586 or 5120840. OLE color: 5120840.
HSL color Cylindrical-coordinate representation of color #48234E: hue angle of 291.63º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48234E is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 35 | 78 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.69 |
| HSL | 291.63º | 0.38% | 0.22% | - |
| HSV(B) | 291.63º | 0.55% | 0.31% | - |
| XYZ | 4.65 | 3.13 | 7.57 | - |
| YUV | 50.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 78 | 0.08 | 0.55 | 0 | 0.69 | 291.63 | 0.38 | 0.22 |
| Hex | 48 | 23 | 4E | 8 | 37 | 0 | 45 | 124 | 26 | 16 |
| Octal | 110 | 43 | 116 | 10 | 67 | 0 | 105 | 444 | 46 | 26 |
| Binary | 1001000 | 100011 | 1001110 | 1000 | 110111 | 0 | 1000101 | 100100100 | 100110 | 10110 |
Color Harmonies of #48234E
Complementary color
Monochromatic Colors of #48234E
Black with #48234E
Text Example
Text Example
White with #48234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48234E; }
p { color: rgb(72,35,78); }
H1.HeaderClassName
{
color: #48234E;
}
.AnyTagClassName
{
color: #48234E;
}
</style>
background-color css
<style>
a { background-color: #48234E; }
a { background-color: rgb(72,35,78); }
div.DivClassName
{
background-color: #48234E;
}
.BgClassName
{
background-color: #48234E;
}
</style>
border-color css
<style>
span { border-color: #48234E; }
span { border-color: rgb(72,35,78); }
td.TdClassName
{
border-color: #48234E;
}
.TagClassName
{
border-color: #48234E;
}
</style>