Shades of Hot Purple #482A50
Tints of Hot Purple #482A50
RGB
CMYK
RGB Variations
Color information
#482A50 (or 0x482A50) is known color: Hot Purple. HEX triplet: 48, 2A and 50. RGB value is (72,42,80). Sum of RGB (Red+Green+Blue) = 72+42+80=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #482A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A50 is #B7D5AF. Grayscale: #373737. Windows color (decimal): -12047792 or 5253704. OLE color: 5253704.
HSL color Cylindrical-coordinate representation of color #482A50: hue angle of 287.37º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #482A50 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 42 | 80 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.69 |
| HSL | 287.37º | 0.31% | 0.24% | - |
| HSV(B) | 287.37º | 0.48% | 0.31% | - |
| XYZ | 4.95 | 3.61 | 8.03 | - |
| YUV | 55.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 80 | 0.10 | 0.48 | 0 | 0.69 | 287.37 | 0.31 | 0.24 |
| Hex | 48 | 2A | 50 | A | 30 | 0 | 45 | 11F | 1F | 18 |
| Octal | 110 | 52 | 120 | 12 | 60 | 0 | 105 | 437 | 37 | 30 |
| Binary | 1001000 | 101010 | 1010000 | 1010 | 110000 | 0 | 1000101 | 100011111 | 11111 | 11000 |
Color Harmonies of #482A50
Complementary color
Monochromatic Colors of #482A50
Black with #482A50
Text Example
Text Example
White with #482A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A50; }
p { color: rgb(72,42,80); }
H1.HeaderClassName
{
color: #482A50;
}
.AnyTagClassName
{
color: #482A50;
}
</style>
background-color css
<style>
a { background-color: #482A50; }
a { background-color: rgb(72,42,80); }
div.DivClassName
{
background-color: #482A50;
}
.BgClassName
{
background-color: #482A50;
}
</style>
border-color css
<style>
span { border-color: #482A50; }
span { border-color: rgb(72,42,80); }
td.TdClassName
{
border-color: #482A50;
}
.TagClassName
{
border-color: #482A50;
}
</style>