Shades of Hot Purple #502C53
Tints of Hot Purple #502C53
RGB
CMYK
RGB Variations
Color information
#502C53 (or 0x502C53) is known color: Hot Purple. HEX triplet: 50, 2C and 53. RGB value is (80,44,83). Sum of RGB (Red+Green+Blue) = 80+44+83=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #502C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502C53 is #AFD3AC. Grayscale: #3B3B3B. Windows color (decimal): -11522989 or 5450832. OLE color: 5450832.
HSL color Cylindrical-coordinate representation of color #502C53: hue angle of 295.38º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #502C53 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 44 | 83 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.67 |
| HSL | 295.38º | 0.31% | 0.25% | - |
| HSV(B) | 295.38º | 0.47% | 0.33% | - |
| XYZ | 5.77 | 4.13 | 8.68 | - |
| YUV | 59.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 83 | 0.04 | 0.47 | 0 | 0.67 | 295.38 | 0.31 | 0.25 |
| Hex | 50 | 2C | 53 | 4 | 2F | 0 | 43 | 127 | 1F | 19 |
| Octal | 120 | 54 | 123 | 4 | 57 | 0 | 103 | 447 | 37 | 31 |
| Binary | 1010000 | 101100 | 1010011 | 100 | 101111 | 0 | 1000011 | 100100111 | 11111 | 11001 |
Color Harmonies of #502C53
Complementary color
Monochromatic Colors of #502C53
Black with #502C53
Text Example
Text Example
White with #502C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C53; }
p { color: rgb(80,44,83); }
H1.HeaderClassName
{
color: #502C53;
}
.AnyTagClassName
{
color: #502C53;
}
</style>
background-color css
<style>
a { background-color: #502C53; }
a { background-color: rgb(80,44,83); }
div.DivClassName
{
background-color: #502C53;
}
.BgClassName
{
background-color: #502C53;
}
</style>
border-color css
<style>
span { border-color: #502C53; }
span { border-color: rgb(80,44,83); }
td.TdClassName
{
border-color: #502C53;
}
.TagClassName
{
border-color: #502C53;
}
</style>