Shades of Hot Purple #502C59
Tints of Hot Purple #502C59
RGB
CMYK
RGB Variations
Color information
#502C59 (or 0x502C59) is known color: Hot Purple. HEX triplet: 50, 2C and 59. RGB value is (80,44,89). Sum of RGB (Red+Green+Blue) = 80+44+89=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #502C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502C59 is #AFD3A6. Grayscale: #3B3B3B. Windows color (decimal): -11522983 or 5844048. OLE color: 5844048.
HSL color Cylindrical-coordinate representation of color #502C59: hue angle of 288º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #502C59 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 44 | 89 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.65 |
| HSL | 288º | 0.34% | 0.26% | - |
| HSV(B) | 288º | 0.51% | 0.35% | - |
| XYZ | 6.01 | 4.23 | 9.95 | - |
| YUV | 59.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 89 | 0.10 | 0.51 | 0 | 0.65 | 288 | 0.34 | 0.26 |
| Hex | 50 | 2C | 59 | A | 33 | 0 | 41 | 120 | 22 | 1A |
| Octal | 120 | 54 | 131 | 12 | 63 | 0 | 101 | 440 | 42 | 32 |
| Binary | 1010000 | 101100 | 1011001 | 1010 | 110011 | 0 | 1000001 | 100100000 | 100010 | 11010 |
Color Harmonies of #502C59
Complementary color
Monochromatic Colors of #502C59
Black with #502C59
Text Example
Text Example
White with #502C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C59; }
p { color: rgb(80,44,89); }
H1.HeaderClassName
{
color: #502C59;
}
.AnyTagClassName
{
color: #502C59;
}
</style>
background-color css
<style>
a { background-color: #502C59; }
a { background-color: rgb(80,44,89); }
div.DivClassName
{
background-color: #502C59;
}
.BgClassName
{
background-color: #502C59;
}
</style>
border-color css
<style>
span { border-color: #502C59; }
span { border-color: rgb(80,44,89); }
td.TdClassName
{
border-color: #502C59;
}
.TagClassName
{
border-color: #502C59;
}
</style>