Shades of Hot Purple #48284A
Tints of Hot Purple #48284A
RGB
CMYK
RGB Variations
Color information
#48284A (or 0x48284A) is known color: Hot Purple. HEX triplet: 48, 28 and 4A. RGB value is (72,40,74). Sum of RGB (Red+Green+Blue) = 72+40+74=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: blue. Hex color #48284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48284A is #B7D7B5. Grayscale: #353535. Windows color (decimal): -12048310 or 4859976. OLE color: 4859976.
HSL color Cylindrical-coordinate representation of color #48284A: hue angle of 296.47º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48284A is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 40 | 74 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.71 |
| HSL | 296.47º | 0.3% | 0.22% | - |
| HSV(B) | 296.47º | 0.46% | 0.29% | - |
| XYZ | 4.67 | 3.39 | 6.89 | - |
| YUV | 53.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 74 | 0.03 | 0.46 | 0 | 0.71 | 296.47 | 0.3 | 0.22 |
| Hex | 48 | 28 | 4A | 3 | 2E | 0 | 47 | 128 | 1E | 16 |
| Octal | 110 | 50 | 112 | 3 | 56 | 0 | 107 | 450 | 36 | 26 |
| Binary | 1001000 | 101000 | 1001010 | 11 | 101110 | 0 | 1000111 | 100101000 | 11110 | 10110 |
Color Harmonies of #48284A
Complementary color
Monochromatic Colors of #48284A
Black with #48284A
Text Example
Text Example
White with #48284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48284A; }
p { color: rgb(72,40,74); }
H1.HeaderClassName
{
color: #48284A;
}
.AnyTagClassName
{
color: #48284A;
}
</style>
background-color css
<style>
a { background-color: #48284A; }
a { background-color: rgb(72,40,74); }
div.DivClassName
{
background-color: #48284A;
}
.BgClassName
{
background-color: #48284A;
}
</style>
border-color css
<style>
span { border-color: #48284A; }
span { border-color: rgb(72,40,74); }
td.TdClassName
{
border-color: #48284A;
}
.TagClassName
{
border-color: #48284A;
}
</style>