Shades of Hot Purple #48264C
Tints of Hot Purple #48264C
RGB
CMYK
RGB Variations
Color information
#48264C (or 0x48264C) is known color: Hot Purple. HEX triplet: 48, 26 and 4C. RGB value is (72,38,76). Sum of RGB (Red+Green+Blue) = 72+38+76=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: blue. Hex color #48264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48264C is #B7D9B3. Grayscale: #343434. Windows color (decimal): -12048820 or 4990536. OLE color: 4990536.
HSL color Cylindrical-coordinate representation of color #48264C: hue angle of 293.68º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48264C is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 38 | 76 | - |
| CMYK | 0.05 | 0.5 | 0 | 0.70 |
| HSL | 293.68º | 0.33% | 0.22% | - |
| HSV(B) | 293.68º | 0.5% | 0.3% | - |
| XYZ | 4.67 | 3.29 | 7.23 | - |
| YUV | 52.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 76 | 0.05 | 0.5 | 0 | 0.70 | 293.68 | 0.33 | 0.22 |
| Hex | 48 | 26 | 4C | 5 | 32 | 0 | 46 | 126 | 21 | 16 |
| Octal | 110 | 46 | 114 | 5 | 62 | 0 | 106 | 446 | 41 | 26 |
| Binary | 1001000 | 100110 | 1001100 | 101 | 110010 | 0 | 1000110 | 100100110 | 100001 | 10110 |
Color Harmonies of #48264C
Complementary color
Monochromatic Colors of #48264C
Black with #48264C
Text Example
Text Example
White with #48264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48264C; }
p { color: rgb(72,38,76); }
H1.HeaderClassName
{
color: #48264C;
}
.AnyTagClassName
{
color: #48264C;
}
</style>
background-color css
<style>
a { background-color: #48264C; }
a { background-color: rgb(72,38,76); }
div.DivClassName
{
background-color: #48264C;
}
.BgClassName
{
background-color: #48264C;
}
</style>
border-color css
<style>
span { border-color: #48264C; }
span { border-color: rgb(72,38,76); }
td.TdClassName
{
border-color: #48264C;
}
.TagClassName
{
border-color: #48264C;
}
</style>