Shades of Hot Purple #482050
Tints of Hot Purple #482050
RGB
CMYK
RGB Variations
Color information
#482050 (or 0x482050) is known color: Hot Purple. HEX triplet: 48, 20 and 50. RGB value is (72,32,80). Sum of RGB (Red+Green+Blue) = 72+32+80=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #482050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482050 is #B7DFAF. Grayscale: #313131. Windows color (decimal): -12050352 or 5251144. OLE color: 5251144.
HSL color Cylindrical-coordinate representation of color #482050: hue angle of 290º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482050 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 32 | 80 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.69 |
| HSL | 290º | 0.43% | 0.22% | - |
| HSV(B) | 290º | 0.6% | 0.31% | - |
| XYZ | 4.64 | 2.99 | 7.92 | - |
| YUV | 49.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 80 | 0.10 | 0.60 | 0 | 0.69 | 290 | 0.43 | 0.22 |
| Hex | 48 | 20 | 50 | A | 3C | 0 | 45 | 122 | 2B | 16 |
| Octal | 110 | 40 | 120 | 12 | 74 | 0 | 105 | 442 | 53 | 26 |
| Binary | 1001000 | 100000 | 1010000 | 1010 | 111100 | 0 | 1000101 | 100100010 | 101011 | 10110 |
Color Harmonies of #482050
Complementary color
Monochromatic Colors of #482050
Black with #482050
Text Example
Text Example
White with #482050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482050; }
p { color: rgb(72,32,80); }
H1.HeaderClassName
{
color: #482050;
}
.AnyTagClassName
{
color: #482050;
}
</style>
background-color css
<style>
a { background-color: #482050; }
a { background-color: rgb(72,32,80); }
div.DivClassName
{
background-color: #482050;
}
.BgClassName
{
background-color: #482050;
}
</style>
border-color css
<style>
span { border-color: #482050; }
span { border-color: rgb(72,32,80); }
td.TdClassName
{
border-color: #482050;
}
.TagClassName
{
border-color: #482050;
}
</style>