Shades of Hot Purple #482550
Tints of Hot Purple #482550
RGB
CMYK
RGB Variations
Color information
#482550 (or 0x482550) is known color: Hot Purple. HEX triplet: 48, 25 and 50. RGB value is (72,37,80). Sum of RGB (Red+Green+Blue) = 72+37+80=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #482550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482550 is #B7DAAF. Grayscale: #343434. Windows color (decimal): -12049072 or 5252424. OLE color: 5252424.
HSL color Cylindrical-coordinate representation of color #482550: hue angle of 288.84º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482550 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 37 | 80 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.69 |
| HSL | 288.84º | 0.37% | 0.23% | - |
| HSV(B) | 288.84º | 0.54% | 0.31% | - |
| XYZ | 4.78 | 3.28 | 7.97 | - |
| YUV | 52.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 80 | 0.10 | 0.54 | 0 | 0.69 | 288.84 | 0.37 | 0.23 |
| Hex | 48 | 25 | 50 | A | 36 | 0 | 45 | 121 | 25 | 17 |
| Octal | 110 | 45 | 120 | 12 | 66 | 0 | 105 | 441 | 45 | 27 |
| Binary | 1001000 | 100101 | 1010000 | 1010 | 110110 | 0 | 1000101 | 100100001 | 100101 | 10111 |
Color Harmonies of #482550
Complementary color
Monochromatic Colors of #482550
Black with #482550
Text Example
Text Example
White with #482550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482550; }
p { color: rgb(72,37,80); }
H1.HeaderClassName
{
color: #482550;
}
.AnyTagClassName
{
color: #482550;
}
</style>
background-color css
<style>
a { background-color: #482550; }
a { background-color: rgb(72,37,80); }
div.DivClassName
{
background-color: #482550;
}
.BgClassName
{
background-color: #482550;
}
</style>
border-color css
<style>
span { border-color: #482550; }
span { border-color: rgb(72,37,80); }
td.TdClassName
{
border-color: #482550;
}
.TagClassName
{
border-color: #482550;
}
</style>