Shades of Hot Purple #502B59
Tints of Hot Purple #502B59
RGB
CMYK
RGB Variations
Color information
#502B59 (or 0x502B59) is known color: Hot Purple. HEX triplet: 50, 2B and 59. RGB value is (80,43,89). Sum of RGB (Red+Green+Blue) = 80+43+89=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #502B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502B59 is #AFD4A6. Grayscale: #3B3B3B. Windows color (decimal): -11523239 or 5843792. OLE color: 5843792.
HSL color Cylindrical-coordinate representation of color #502B59: hue angle of 288.26º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #502B59 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 43 | 89 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.65 |
| HSL | 288.26º | 0.35% | 0.26% | - |
| HSV(B) | 288.26º | 0.52% | 0.35% | - |
| XYZ | 5.98 | 4.15 | 9.94 | - |
| YUV | 59.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 89 | 0.10 | 0.52 | 0 | 0.65 | 288.26 | 0.35 | 0.26 |
| Hex | 50 | 2B | 59 | A | 34 | 0 | 41 | 120 | 23 | 1A |
| Octal | 120 | 53 | 131 | 12 | 64 | 0 | 101 | 440 | 43 | 32 |
| Binary | 1010000 | 101011 | 1011001 | 1010 | 110100 | 0 | 1000001 | 100100000 | 100011 | 11010 |
Color Harmonies of #502B59
Complementary color
Monochromatic Colors of #502B59
Black with #502B59
Text Example
Text Example
White with #502B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B59; }
p { color: rgb(80,43,89); }
H1.HeaderClassName
{
color: #502B59;
}
.AnyTagClassName
{
color: #502B59;
}
</style>
background-color css
<style>
a { background-color: #502B59; }
a { background-color: rgb(80,43,89); }
div.DivClassName
{
background-color: #502B59;
}
.BgClassName
{
background-color: #502B59;
}
</style>
border-color css
<style>
span { border-color: #502B59; }
span { border-color: rgb(80,43,89); }
td.TdClassName
{
border-color: #502B59;
}
.TagClassName
{
border-color: #502B59;
}
</style>