Shades of Hot Purple #482350
Tints of Hot Purple #482350
RGB
CMYK
RGB Variations
Color information
#482350 (or 0x482350) is known color: Hot Purple. HEX triplet: 48, 23 and 50. RGB value is (72,35,80). Sum of RGB (Red+Green+Blue) = 72+35+80=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #482350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482350 is #B7DCAF. Grayscale: #333333. Windows color (decimal): -12049584 or 5251912. OLE color: 5251912.
HSL color Cylindrical-coordinate representation of color #482350: hue angle of 289.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482350 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 35 | 80 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.69 |
| HSL | 289.33º | 0.39% | 0.23% | - |
| HSV(B) | 289.33º | 0.56% | 0.31% | - |
| XYZ | 4.72 | 3.16 | 7.95 | - |
| YUV | 51.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 80 | 0.10 | 0.56 | 0 | 0.69 | 289.33 | 0.39 | 0.23 |
| Hex | 48 | 23 | 50 | A | 38 | 0 | 45 | 121 | 27 | 17 |
| Octal | 110 | 43 | 120 | 12 | 70 | 0 | 105 | 441 | 47 | 27 |
| Binary | 1001000 | 100011 | 1010000 | 1010 | 111000 | 0 | 1000101 | 100100001 | 100111 | 10111 |
Color Harmonies of #482350
Complementary color
Monochromatic Colors of #482350
Black with #482350
Text Example
Text Example
White with #482350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482350; }
p { color: rgb(72,35,80); }
H1.HeaderClassName
{
color: #482350;
}
.AnyTagClassName
{
color: #482350;
}
</style>
background-color css
<style>
a { background-color: #482350; }
a { background-color: rgb(72,35,80); }
div.DivClassName
{
background-color: #482350;
}
.BgClassName
{
background-color: #482350;
}
</style>
border-color css
<style>
span { border-color: #482350; }
span { border-color: rgb(72,35,80); }
td.TdClassName
{
border-color: #482350;
}
.TagClassName
{
border-color: #482350;
}
</style>