Shades of Hot Purple #48324B
Tints of Hot Purple #48324B
RGB
CMYK
RGB Variations
Color information
#48324B (or 0x48324B) is known color: Hot Purple. HEX triplet: 48, 32 and 4B. RGB value is (72,50,75). Sum of RGB (Red+Green+Blue) = 72+50+75=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #48324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48324B is #B7CDB4. Grayscale: #3B3B3B. Windows color (decimal): -12045749 or 4928072. OLE color: 4928072.
HSL color Cylindrical-coordinate representation of color #48324B: hue angle of 292.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48324B is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 50 | 75 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.71 |
| HSL | 292.8º | 0.2% | 0.25% | - |
| HSV(B) | 292.8º | 0.33% | 0.29% | - |
| XYZ | 5.08 | 4.17 | 7.19 | - |
| YUV | 59.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 75 | 0.04 | 0.33 | 0 | 0.71 | 292.8 | 0.2 | 0.25 |
| Hex | 48 | 32 | 4B | 4 | 21 | 0 | 47 | 125 | 14 | 19 |
| Octal | 110 | 62 | 113 | 4 | 41 | 0 | 107 | 445 | 24 | 31 |
| Binary | 1001000 | 110010 | 1001011 | 100 | 100001 | 0 | 1000111 | 100100101 | 10100 | 11001 |
Color Harmonies of #48324B
Complementary color
Monochromatic Colors of #48324B
Black with #48324B
Text Example
Text Example
White with #48324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48324B; }
p { color: rgb(72,50,75); }
H1.HeaderClassName
{
color: #48324B;
}
.AnyTagClassName
{
color: #48324B;
}
</style>
background-color css
<style>
a { background-color: #48324B; }
a { background-color: rgb(72,50,75); }
div.DivClassName
{
background-color: #48324B;
}
.BgClassName
{
background-color: #48324B;
}
</style>
border-color css
<style>
span { border-color: #48324B; }
span { border-color: rgb(72,50,75); }
td.TdClassName
{
border-color: #48324B;
}
.TagClassName
{
border-color: #48324B;
}
</style>