Shades of Hot Purple #482A48
Tints of Hot Purple #482A48
RGB
CMYK
RGB Variations
Color information
#482A48 (or 0x482A48) is known color: Hot Purple. HEX triplet: 48, 2A and 48. RGB value is (72,42,72). Sum of RGB (Red+Green+Blue) = 72+42+72=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #482A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A48 is #B7D5B7. Grayscale: #363636. Windows color (decimal): -12047800 or 4729416. OLE color: 4729416.
HSL color Cylindrical-coordinate representation of color #482A48: hue angle of 300º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #482A48 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 72 | - |
| CMYK | 0 | 0.42 | 0 | 0.72 |
| HSL | 300º | 0.26% | 0.22% | - |
| HSV(B) | 300º | 0.42% | 0.28% | - |
| XYZ | 4.67 | 3.5 | 6.56 | - |
| YUV | 54.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 72 | 0 | 0.42 | 0 | 0.72 | 300 | 0.26 | 0.22 |
| Hex | 48 | 2A | 48 | 0 | 2A | 0 | 48 | 12C | 1A | 16 |
| Octal | 110 | 52 | 110 | 0 | 52 | 0 | 110 | 454 | 32 | 26 |
| Binary | 1001000 | 101010 | 1001000 | 0 | 101010 | 0 | 1001000 | 100101100 | 11010 | 10110 |
Color Harmonies of #482A48
Complementary color
Monochromatic Colors of #482A48
Black with #482A48
Text Example
Text Example
White with #482A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A48; }
p { color: rgb(72,42,72); }
H1.HeaderClassName
{
color: #482A48;
}
.AnyTagClassName
{
color: #482A48;
}
</style>
background-color css
<style>
a { background-color: #482A48; }
a { background-color: rgb(72,42,72); }
div.DivClassName
{
background-color: #482A48;
}
.BgClassName
{
background-color: #482A48;
}
</style>
border-color css
<style>
span { border-color: #482A48; }
span { border-color: rgb(72,42,72); }
td.TdClassName
{
border-color: #482A48;
}
.TagClassName
{
border-color: #482A48;
}
</style>