Shades of Hot Purple #502057
Tints of Hot Purple #502057
RGB
CMYK
RGB Variations
Color information
#502057 (or 0x502057) is known color: Hot Purple. HEX triplet: 50, 20 and 57. RGB value is (80,32,87). Sum of RGB (Red+Green+Blue) = 80+32+87=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #502057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502057 is #AFDFA8. Grayscale: #343434. Windows color (decimal): -11526057 or 5709904. OLE color: 5709904.
HSL color Cylindrical-coordinate representation of color #502057: hue angle of 292.36º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #502057 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 32 | 87 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.66 |
| HSL | 292.36º | 0.46% | 0.23% | - |
| HSV(B) | 292.36º | 0.63% | 0.34% | - |
| XYZ | 5.55 | 3.43 | 9.39 | - |
| YUV | 52.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 87 | 0.08 | 0.63 | 0 | 0.66 | 292.36 | 0.46 | 0.23 |
| Hex | 50 | 20 | 57 | 8 | 3F | 0 | 42 | 124 | 2E | 17 |
| Octal | 120 | 40 | 127 | 10 | 77 | 0 | 102 | 444 | 56 | 27 |
| Binary | 1010000 | 100000 | 1010111 | 1000 | 111111 | 0 | 1000010 | 100100100 | 101110 | 10111 |
Color Harmonies of #502057
Complementary color
Monochromatic Colors of #502057
Black with #502057
Text Example
Text Example
White with #502057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502057; }
p { color: rgb(80,32,87); }
H1.HeaderClassName
{
color: #502057;
}
.AnyTagClassName
{
color: #502057;
}
</style>
background-color css
<style>
a { background-color: #502057; }
a { background-color: rgb(80,32,87); }
div.DivClassName
{
background-color: #502057;
}
.BgClassName
{
background-color: #502057;
}
</style>
border-color css
<style>
span { border-color: #502057; }
span { border-color: rgb(80,32,87); }
td.TdClassName
{
border-color: #502057;
}
.TagClassName
{
border-color: #502057;
}
</style>