Shades of Hot Purple #502E59
Tints of Hot Purple #502E59
RGB
CMYK
RGB Variations
Color information
#502E59 (or 0x502E59) is known color: Hot Purple. HEX triplet: 50, 2E and 59. RGB value is (80,46,89). Sum of RGB (Red+Green+Blue) = 80+46+89=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #502E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502E59 is #AFD1A6. Grayscale: #3C3C3C. Windows color (decimal): -11522471 or 5844560. OLE color: 5844560.
HSL color Cylindrical-coordinate representation of color #502E59: hue angle of 287.44º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502E59 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 46 | 89 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.65 |
| HSL | 287.44º | 0.32% | 0.26% | - |
| HSV(B) | 287.44º | 0.48% | 0.35% | - |
| XYZ | 6.09 | 4.38 | 9.98 | - |
| YUV | 61.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 89 | 0.10 | 0.48 | 0 | 0.65 | 287.44 | 0.32 | 0.26 |
| Hex | 50 | 2E | 59 | A | 30 | 0 | 41 | 11F | 20 | 1A |
| Octal | 120 | 56 | 131 | 12 | 60 | 0 | 101 | 437 | 40 | 32 |
| Binary | 1010000 | 101110 | 1011001 | 1010 | 110000 | 0 | 1000001 | 100011111 | 100000 | 11010 |
Color Harmonies of #502E59
Complementary color
Monochromatic Colors of #502E59
Black with #502E59
Text Example
Text Example
White with #502E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E59; }
p { color: rgb(80,46,89); }
H1.HeaderClassName
{
color: #502E59;
}
.AnyTagClassName
{
color: #502E59;
}
</style>
background-color css
<style>
a { background-color: #502E59; }
a { background-color: rgb(80,46,89); }
div.DivClassName
{
background-color: #502E59;
}
.BgClassName
{
background-color: #502E59;
}
</style>
border-color css
<style>
span { border-color: #502E59; }
span { border-color: rgb(80,46,89); }
td.TdClassName
{
border-color: #502E59;
}
.TagClassName
{
border-color: #502E59;
}
</style>