Shades of Hot Purple #483049
Tints of Hot Purple #483049
RGB
CMYK
RGB Variations
Color information
#483049 (or 0x483049) is known color: Hot Purple. HEX triplet: 48, 30 and 49. RGB value is (72,48,73). Sum of RGB (Red+Green+Blue) = 72+48+73=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #483049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483049 is #B7CFB6. Grayscale: #393939. Windows color (decimal): -12046263 or 4796488. OLE color: 4796488.
HSL color Cylindrical-coordinate representation of color #483049: hue angle of 297.6º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #483049 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 48 | 73 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.71 |
| HSL | 297.6º | 0.21% | 0.24% | - |
| HSV(B) | 297.6º | 0.34% | 0.29% | - |
| XYZ | 4.93 | 3.97 | 6.81 | - |
| YUV | 58.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 73 | 0.01 | 0.34 | 0 | 0.71 | 297.6 | 0.21 | 0.24 |
| Hex | 48 | 30 | 49 | 1 | 22 | 0 | 47 | 12A | 15 | 18 |
| Octal | 110 | 60 | 111 | 1 | 42 | 0 | 107 | 452 | 25 | 30 |
| Binary | 1001000 | 110000 | 1001001 | 1 | 100010 | 0 | 1000111 | 100101010 | 10101 | 11000 |
Color Harmonies of #483049
Complementary color
Monochromatic Colors of #483049
Black with #483049
Text Example
Text Example
White with #483049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483049; }
p { color: rgb(72,48,73); }
H1.HeaderClassName
{
color: #483049;
}
.AnyTagClassName
{
color: #483049;
}
</style>
background-color css
<style>
a { background-color: #483049; }
a { background-color: rgb(72,48,73); }
div.DivClassName
{
background-color: #483049;
}
.BgClassName
{
background-color: #483049;
}
</style>
border-color css
<style>
span { border-color: #483049; }
span { border-color: rgb(72,48,73); }
td.TdClassName
{
border-color: #483049;
}
.TagClassName
{
border-color: #483049;
}
</style>