Shades of Hot Purple #500A57
Tints of Hot Purple #500A57
RGB
CMYK
RGB Variations
Color information
#500A57 (or 0x500A57) is known color: Hot Purple. HEX triplet: 50, 0A and 57. RGB value is (80,10,87). Sum of RGB (Red+Green+Blue) = 80+10+87=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #500A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500A57 is #AFF5A8. Grayscale: #272727. Windows color (decimal): -11531689 or 5704272. OLE color: 5704272.
HSL color Cylindrical-coordinate representation of color #500A57: hue angle of 294.55º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500A57 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 10 | 87 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.66 |
| HSL | 294.55º | 0.79% | 0.19% | - |
| HSV(B) | 294.55º | 0.89% | 0.34% | - |
| XYZ | 5.14 | 2.61 | 9.25 | - |
| YUV | 39.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 87 | 0.08 | 0.89 | 0 | 0.66 | 294.55 | 0.79 | 0.19 |
| Hex | 50 | A | 57 | 8 | 59 | 0 | 42 | 127 | 4F | 13 |
| Octal | 120 | 12 | 127 | 10 | 131 | 0 | 102 | 447 | 117 | 23 |
| Binary | 1010000 | 1010 | 1010111 | 1000 | 1011001 | 0 | 1000010 | 100100111 | 1001111 | 10011 |
Color Harmonies of #500A57
Complementary color
Monochromatic Colors of #500A57
Black with #500A57
Text Example
Text Example
White with #500A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A57; }
p { color: rgb(80,10,87); }
H1.HeaderClassName
{
color: #500A57;
}
.AnyTagClassName
{
color: #500A57;
}
</style>
background-color css
<style>
a { background-color: #500A57; }
a { background-color: rgb(80,10,87); }
div.DivClassName
{
background-color: #500A57;
}
.BgClassName
{
background-color: #500A57;
}
</style>
border-color css
<style>
span { border-color: #500A57; }
span { border-color: rgb(80,10,87); }
td.TdClassName
{
border-color: #500A57;
}
.TagClassName
{
border-color: #500A57;
}
</style>