Shades of Hot Purple #502E53
Tints of Hot Purple #502E53
RGB
CMYK
RGB Variations
Color information
#502E53 (or 0x502E53) is known color: Hot Purple. HEX triplet: 50, 2E and 53. RGB value is (80,46,83). Sum of RGB (Red+Green+Blue) = 80+46+83=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #502E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502E53 is #AFD1AC. Grayscale: #3C3C3C. Windows color (decimal): -11522477 or 5451344. OLE color: 5451344.
HSL color Cylindrical-coordinate representation of color #502E53: hue angle of 295.14º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #502E53 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 46 | 83 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.67 |
| HSL | 295.14º | 0.29% | 0.25% | - |
| HSV(B) | 295.14º | 0.45% | 0.33% | - |
| XYZ | 5.85 | 4.28 | 8.7 | - |
| YUV | 60.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 83 | 0.04 | 0.45 | 0 | 0.67 | 295.14 | 0.29 | 0.25 |
| Hex | 50 | 2E | 53 | 4 | 2D | 0 | 43 | 127 | 1D | 19 |
| Octal | 120 | 56 | 123 | 4 | 55 | 0 | 103 | 447 | 35 | 31 |
| Binary | 1010000 | 101110 | 1010011 | 100 | 101101 | 0 | 1000011 | 100100111 | 11101 | 11001 |
Color Harmonies of #502E53
Complementary color
Monochromatic Colors of #502E53
Black with #502E53
Text Example
Text Example
White with #502E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E53; }
p { color: rgb(80,46,83); }
H1.HeaderClassName
{
color: #502E53;
}
.AnyTagClassName
{
color: #502E53;
}
</style>
background-color css
<style>
a { background-color: #502E53; }
a { background-color: rgb(80,46,83); }
div.DivClassName
{
background-color: #502E53;
}
.BgClassName
{
background-color: #502E53;
}
</style>
border-color css
<style>
span { border-color: #502E53; }
span { border-color: rgb(80,46,83); }
td.TdClassName
{
border-color: #502E53;
}
.TagClassName
{
border-color: #502E53;
}
</style>