Shades of Hot Purple #503153
Tints of Hot Purple #503153
RGB
CMYK
RGB Variations
Color information
#503153 (or 0x503153) is known color: Hot Purple. HEX triplet: 50, 31 and 53. RGB value is (80,49,83). Sum of RGB (Red+Green+Blue) = 80+49+83=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #503153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503153 is #AFCEAC. Grayscale: #3E3E3E. Windows color (decimal): -11521709 or 5452112. OLE color: 5452112.
HSL color Cylindrical-coordinate representation of color #503153: hue angle of 294.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #503153 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 49 | 83 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.67 |
| HSL | 294.71º | 0.26% | 0.26% | - |
| HSV(B) | 294.71º | 0.41% | 0.33% | - |
| XYZ | 5.97 | 4.53 | 8.74 | - |
| YUV | 62.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 83 | 0.04 | 0.41 | 0 | 0.67 | 294.71 | 0.26 | 0.26 |
| Hex | 50 | 31 | 53 | 4 | 29 | 0 | 43 | 127 | 1A | 1A |
| Octal | 120 | 61 | 123 | 4 | 51 | 0 | 103 | 447 | 32 | 32 |
| Binary | 1010000 | 110001 | 1010011 | 100 | 101001 | 0 | 1000011 | 100100111 | 11010 | 11010 |
Color Harmonies of #503153
Complementary color
Monochromatic Colors of #503153
Black with #503153
Text Example
Text Example
White with #503153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503153; }
p { color: rgb(80,49,83); }
H1.HeaderClassName
{
color: #503153;
}
.AnyTagClassName
{
color: #503153;
}
</style>
background-color css
<style>
a { background-color: #503153; }
a { background-color: rgb(80,49,83); }
div.DivClassName
{
background-color: #503153;
}
.BgClassName
{
background-color: #503153;
}
</style>
border-color css
<style>
span { border-color: #503153; }
span { border-color: rgb(80,49,83); }
td.TdClassName
{
border-color: #503153;
}
.TagClassName
{
border-color: #503153;
}
</style>