Shades of Hot Purple #482248
Tints of Hot Purple #482248
RGB
CMYK
RGB Variations
Color information
#482248 (or 0x482248) is known color: Hot Purple. HEX triplet: 48, 22 and 48. RGB value is (72,34,72). Sum of RGB (Red+Green+Blue) = 72+34+72=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #482248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482248 is #B7DDB7. Grayscale: #313131. Windows color (decimal): -12049848 or 4727368. OLE color: 4727368.
HSL color Cylindrical-coordinate representation of color #482248: hue angle of 300º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482248 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 72 | - |
| CMYK | 0 | 0.53 | 0 | 0.72 |
| HSL | 300º | 0.36% | 0.21% | - |
| HSV(B) | 300º | 0.53% | 0.28% | - |
| XYZ | 4.41 | 2.99 | 6.48 | - |
| YUV | 49.69 | 140.59 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 72 | 0 | 0.53 | 0 | 0.72 | 300 | 0.36 | 0.21 |
| Hex | 48 | 22 | 48 | 0 | 35 | 0 | 48 | 12C | 24 | 15 |
| Octal | 110 | 42 | 110 | 0 | 65 | 0 | 110 | 454 | 44 | 25 |
| Binary | 1001000 | 100010 | 1001000 | 0 | 110101 | 0 | 1001000 | 100101100 | 100100 | 10101 |
Color Harmonies of #482248
Complementary color
Monochromatic Colors of #482248
Black with #482248
Text Example
Text Example
White with #482248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482248; }
p { color: rgb(72,34,72); }
H1.HeaderClassName
{
color: #482248;
}
.AnyTagClassName
{
color: #482248;
}
</style>
background-color css
<style>
a { background-color: #482248; }
a { background-color: rgb(72,34,72); }
div.DivClassName
{
background-color: #482248;
}
.BgClassName
{
background-color: #482248;
}
</style>
border-color css
<style>
span { border-color: #482248; }
span { border-color: rgb(72,34,72); }
td.TdClassName
{
border-color: #482248;
}
.TagClassName
{
border-color: #482248;
}
</style>