Shades of Hot Purple #482150
Tints of Hot Purple #482150
RGB
CMYK
RGB Variations
Color information
#482150 (or 0x482150) is known color: Hot Purple. HEX triplet: 48, 21 and 50. RGB value is (72,33,80). Sum of RGB (Red+Green+Blue) = 72+33+80=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #482150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482150 is #B7DEAF. Grayscale: #313131. Windows color (decimal): -12050096 or 5251400. OLE color: 5251400.
HSL color Cylindrical-coordinate representation of color #482150: hue angle of 289.79º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #482150 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 33 | 80 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.69 |
| HSL | 289.79º | 0.42% | 0.22% | - |
| HSV(B) | 289.79º | 0.59% | 0.31% | - |
| XYZ | 4.66 | 3.04 | 7.93 | - |
| YUV | 50.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 80 | 0.10 | 0.59 | 0 | 0.69 | 289.79 | 0.42 | 0.22 |
| Hex | 48 | 21 | 50 | A | 3B | 0 | 45 | 122 | 2A | 16 |
| Octal | 110 | 41 | 120 | 12 | 73 | 0 | 105 | 442 | 52 | 26 |
| Binary | 1001000 | 100001 | 1010000 | 1010 | 111011 | 0 | 1000101 | 100100010 | 101010 | 10110 |
Color Harmonies of #482150
Complementary color
Monochromatic Colors of #482150
Black with #482150
Text Example
Text Example
White with #482150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482150; }
p { color: rgb(72,33,80); }
H1.HeaderClassName
{
color: #482150;
}
.AnyTagClassName
{
color: #482150;
}
</style>
background-color css
<style>
a { background-color: #482150; }
a { background-color: rgb(72,33,80); }
div.DivClassName
{
background-color: #482150;
}
.BgClassName
{
background-color: #482150;
}
</style>
border-color css
<style>
span { border-color: #482150; }
span { border-color: rgb(72,33,80); }
td.TdClassName
{
border-color: #482150;
}
.TagClassName
{
border-color: #482150;
}
</style>