Shades of Hot Purple #502B53
Tints of Hot Purple #502B53
RGB
CMYK
RGB Variations
Color information
#502B53 (or 0x502B53) is known color: Hot Purple. HEX triplet: 50, 2B and 53. RGB value is (80,43,83). Sum of RGB (Red+Green+Blue) = 80+43+83=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #502B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502B53 is #AFD4AC. Grayscale: #3A3A3A. Windows color (decimal): -11523245 or 5450576. OLE color: 5450576.
HSL color Cylindrical-coordinate representation of color #502B53: hue angle of 295.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502B53 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 43 | 83 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.67 |
| HSL | 295.5º | 0.32% | 0.25% | - |
| HSV(B) | 295.5º | 0.48% | 0.33% | - |
| XYZ | 5.73 | 4.06 | 8.66 | - |
| YUV | 58.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 83 | 0.04 | 0.48 | 0 | 0.67 | 295.5 | 0.32 | 0.25 |
| Hex | 50 | 2B | 53 | 4 | 30 | 0 | 43 | 128 | 20 | 19 |
| Octal | 120 | 53 | 123 | 4 | 60 | 0 | 103 | 450 | 40 | 31 |
| Binary | 1010000 | 101011 | 1010011 | 100 | 110000 | 0 | 1000011 | 100101000 | 100000 | 11001 |
Color Harmonies of #502B53
Complementary color
Monochromatic Colors of #502B53
Black with #502B53
Text Example
Text Example
White with #502B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B53; }
p { color: rgb(80,43,83); }
H1.HeaderClassName
{
color: #502B53;
}
.AnyTagClassName
{
color: #502B53;
}
</style>
background-color css
<style>
a { background-color: #502B53; }
a { background-color: rgb(80,43,83); }
div.DivClassName
{
background-color: #502B53;
}
.BgClassName
{
background-color: #502B53;
}
</style>
border-color css
<style>
span { border-color: #502B53; }
span { border-color: rgb(80,43,83); }
td.TdClassName
{
border-color: #502B53;
}
.TagClassName
{
border-color: #502B53;
}
</style>