Shades of Hot Purple #502053
Tints of Hot Purple #502053
RGB
CMYK
RGB Variations
Color information
#502053 (or 0x502053) is known color: Hot Purple. HEX triplet: 50, 20 and 53. RGB value is (80,32,83). Sum of RGB (Red+Green+Blue) = 80+32+83=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #502053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502053 is #AFDFAC. Grayscale: #343434. Windows color (decimal): -11526061 or 5447760. OLE color: 5447760.
HSL color Cylindrical-coordinate representation of color #502053: hue angle of 296.47º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #502053 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 32 | 83 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.67 |
| HSL | 296.47º | 0.44% | 0.23% | - |
| HSV(B) | 296.47º | 0.61% | 0.33% | - |
| XYZ | 5.39 | 3.36 | 8.55 | - |
| YUV | 52.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 83 | 0.04 | 0.61 | 0 | 0.67 | 296.47 | 0.44 | 0.23 |
| Hex | 50 | 20 | 53 | 4 | 3D | 0 | 43 | 128 | 2C | 17 |
| Octal | 120 | 40 | 123 | 4 | 75 | 0 | 103 | 450 | 54 | 27 |
| Binary | 1010000 | 100000 | 1010011 | 100 | 111101 | 0 | 1000011 | 100101000 | 101100 | 10111 |
Color Harmonies of #502053
Complementary color
Monochromatic Colors of #502053
Black with #502053
Text Example
Text Example
White with #502053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502053; }
p { color: rgb(80,32,83); }
H1.HeaderClassName
{
color: #502053;
}
.AnyTagClassName
{
color: #502053;
}
</style>
background-color css
<style>
a { background-color: #502053; }
a { background-color: rgb(80,32,83); }
div.DivClassName
{
background-color: #502053;
}
.BgClassName
{
background-color: #502053;
}
</style>
border-color css
<style>
span { border-color: #502053; }
span { border-color: rgb(80,32,83); }
td.TdClassName
{
border-color: #502053;
}
.TagClassName
{
border-color: #502053;
}
</style>