Shades of Hot Purple #503050
Tints of Hot Purple #503050
RGB
CMYK
RGB Variations
Color information
#503050 (or 0x503050) is known color: Hot Purple. HEX triplet: 50, 30 and 50. RGB value is (80,48,80). Sum of RGB (Red+Green+Blue) = 80+48+80=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #503050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503050 is #AFCFAF. Grayscale: #3D3D3D. Windows color (decimal): -11521968 or 5255248. OLE color: 5255248.
HSL color Cylindrical-coordinate representation of color #503050: hue angle of 300º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503050 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 48 | 80 | - |
| CMYK | 0 | 0.40 | 0 | 0.69 |
| HSL | 300º | 0.25% | 0.25% | - |
| HSV(B) | 300º | 0.4% | 0.31% | - |
| XYZ | 5.81 | 4.4 | 8.13 | - |
| YUV | 61.22 | 138.6 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 80 | 0 | 0.40 | 0 | 0.69 | 300 | 0.25 | 0.25 |
| Hex | 50 | 30 | 50 | 0 | 28 | 0 | 45 | 12C | 19 | 19 |
| Octal | 120 | 60 | 120 | 0 | 50 | 0 | 105 | 454 | 31 | 31 |
| Binary | 1010000 | 110000 | 1010000 | 0 | 101000 | 0 | 1000101 | 100101100 | 11001 | 11001 |
Color Harmonies of #503050
Complementary color
Monochromatic Colors of #503050
Black with #503050
Text Example
Text Example
White with #503050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503050; }
p { color: rgb(80,48,80); }
H1.HeaderClassName
{
color: #503050;
}
.AnyTagClassName
{
color: #503050;
}
</style>
background-color css
<style>
a { background-color: #503050; }
a { background-color: rgb(80,48,80); }
div.DivClassName
{
background-color: #503050;
}
.BgClassName
{
background-color: #503050;
}
</style>
border-color css
<style>
span { border-color: #503050; }
span { border-color: rgb(80,48,80); }
td.TdClassName
{
border-color: #503050;
}
.TagClassName
{
border-color: #503050;
}
</style>