Shades of Hot Purple #503053
Tints of Hot Purple #503053
RGB
CMYK
RGB Variations
Color information
#503053 (or 0x503053) is known color: Hot Purple. HEX triplet: 50, 30 and 53. RGB value is (80,48,83). Sum of RGB (Red+Green+Blue) = 80+48+83=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #503053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503053 is #AFCFAC. Grayscale: #3D3D3D. Windows color (decimal): -11521965 or 5451856. OLE color: 5451856.
HSL color Cylindrical-coordinate representation of color #503053: hue angle of 294.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #503053 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 48 | 83 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.67 |
| HSL | 294.86º | 0.27% | 0.26% | - |
| HSV(B) | 294.86º | 0.42% | 0.33% | - |
| XYZ | 5.93 | 4.44 | 8.73 | - |
| YUV | 61.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 83 | 0.04 | 0.42 | 0 | 0.67 | 294.86 | 0.27 | 0.26 |
| Hex | 50 | 30 | 53 | 4 | 2A | 0 | 43 | 127 | 1B | 1A |
| Octal | 120 | 60 | 123 | 4 | 52 | 0 | 103 | 447 | 33 | 32 |
| Binary | 1010000 | 110000 | 1010011 | 100 | 101010 | 0 | 1000011 | 100100111 | 11011 | 11010 |
Color Harmonies of #503053
Complementary color
Monochromatic Colors of #503053
Black with #503053
Text Example
Text Example
White with #503053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503053; }
p { color: rgb(80,48,83); }
H1.HeaderClassName
{
color: #503053;
}
.AnyTagClassName
{
color: #503053;
}
</style>
background-color css
<style>
a { background-color: #503053; }
a { background-color: rgb(80,48,83); }
div.DivClassName
{
background-color: #503053;
}
.BgClassName
{
background-color: #503053;
}
</style>
border-color css
<style>
span { border-color: #503053; }
span { border-color: rgb(80,48,83); }
td.TdClassName
{
border-color: #503053;
}
.TagClassName
{
border-color: #503053;
}
</style>