Shades of Hot Purple #482049
Tints of Hot Purple #482049
RGB
CMYK
RGB Variations
Color information
#482049 (or 0x482049) is known color: Hot Purple. HEX triplet: 48, 20 and 49. RGB value is (72,32,73). Sum of RGB (Red+Green+Blue) = 72+32+73=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #482049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482049 is #B7DFB6. Grayscale: #303030. Windows color (decimal): -12050359 or 4792392. OLE color: 4792392.
HSL color Cylindrical-coordinate representation of color #482049: hue angle of 298.54º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482049 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 32 | 73 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.71 |
| HSL | 298.54º | 0.39% | 0.21% | - |
| HSV(B) | 298.54º | 0.56% | 0.29% | - |
| XYZ | 4.39 | 2.89 | 6.63 | - |
| YUV | 48.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 73 | 0.01 | 0.56 | 0 | 0.71 | 298.54 | 0.39 | 0.21 |
| Hex | 48 | 20 | 49 | 1 | 38 | 0 | 47 | 12B | 27 | 15 |
| Octal | 110 | 40 | 111 | 1 | 70 | 0 | 107 | 453 | 47 | 25 |
| Binary | 1001000 | 100000 | 1001001 | 1 | 111000 | 0 | 1000111 | 100101011 | 100111 | 10101 |
Color Harmonies of #482049
Complementary color
Monochromatic Colors of #482049
Black with #482049
Text Example
Text Example
White with #482049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482049; }
p { color: rgb(72,32,73); }
H1.HeaderClassName
{
color: #482049;
}
.AnyTagClassName
{
color: #482049;
}
</style>
background-color css
<style>
a { background-color: #482049; }
a { background-color: rgb(72,32,73); }
div.DivClassName
{
background-color: #482049;
}
.BgClassName
{
background-color: #482049;
}
</style>
border-color css
<style>
span { border-color: #482049; }
span { border-color: rgb(72,32,73); }
td.TdClassName
{
border-color: #482049;
}
.TagClassName
{
border-color: #482049;
}
</style>