Shades of Hot Purple #500B57
Tints of Hot Purple #500B57
RGB
CMYK
RGB Variations
Color information
#500B57 (or 0x500B57) is known color: Hot Purple. HEX triplet: 50, 0B and 57. RGB value is (80,11,87). Sum of RGB (Red+Green+Blue) = 80+11+87=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #500B57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500B57 is #AFF4A8. Grayscale: #282828. Windows color (decimal): -11531433 or 5704528. OLE color: 5704528.
HSL color Cylindrical-coordinate representation of color #500B57: hue angle of 294.47º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #500B57 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 11 | 87 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.66 |
| HSL | 294.47º | 0.78% | 0.19% | - |
| HSV(B) | 294.47º | 0.87% | 0.34% | - |
| XYZ | 5.15 | 2.63 | 9.25 | - |
| YUV | 40.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 87 | 0.08 | 0.87 | 0 | 0.66 | 294.47 | 0.78 | 0.19 |
| Hex | 50 | B | 57 | 8 | 57 | 0 | 42 | 126 | 4E | 13 |
| Octal | 120 | 13 | 127 | 10 | 127 | 0 | 102 | 446 | 116 | 23 |
| Binary | 1010000 | 1011 | 1010111 | 1000 | 1010111 | 0 | 1000010 | 100100110 | 1001110 | 10011 |
Color Harmonies of #500B57
Complementary color
Monochromatic Colors of #500B57
Black with #500B57
Text Example
Text Example
White with #500B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500B57; }
p { color: rgb(80,11,87); }
H1.HeaderClassName
{
color: #500B57;
}
.AnyTagClassName
{
color: #500B57;
}
</style>
background-color css
<style>
a { background-color: #500B57; }
a { background-color: rgb(80,11,87); }
div.DivClassName
{
background-color: #500B57;
}
.BgClassName
{
background-color: #500B57;
}
</style>
border-color css
<style>
span { border-color: #500B57; }
span { border-color: rgb(80,11,87); }
td.TdClassName
{
border-color: #500B57;
}
.TagClassName
{
border-color: #500B57;
}
</style>