Shades of Hot Purple #500F57
Tints of Hot Purple #500F57
RGB
CMYK
RGB Variations
Color information
#500F57 (or 0x500F57) is known color: Hot Purple. HEX triplet: 50, 0F and 57. RGB value is (80,15,87). Sum of RGB (Red+Green+Blue) = 80+15+87=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #500F57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500F57 is #AFF0A8. Grayscale: #2A2A2A. Windows color (decimal): -11530409 or 5705552. OLE color: 5705552.
HSL color Cylindrical-coordinate representation of color #500F57: hue angle of 294.17º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #500F57 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 15 | 87 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.66 |
| HSL | 294.17º | 0.71% | 0.2% | - |
| HSV(B) | 294.17º | 0.83% | 0.34% | - |
| XYZ | 5.2 | 2.74 | 9.27 | - |
| YUV | 42.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 87 | 0.08 | 0.83 | 0 | 0.66 | 294.17 | 0.71 | 0.2 |
| Hex | 50 | F | 57 | 8 | 53 | 0 | 42 | 126 | 47 | 14 |
| Octal | 120 | 17 | 127 | 10 | 123 | 0 | 102 | 446 | 107 | 24 |
| Binary | 1010000 | 1111 | 1010111 | 1000 | 1010011 | 0 | 1000010 | 100100110 | 1000111 | 10100 |
Color Harmonies of #500F57
Complementary color
Monochromatic Colors of #500F57
Black with #500F57
Text Example
Text Example
White with #500F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F57; }
p { color: rgb(80,15,87); }
H1.HeaderClassName
{
color: #500F57;
}
.AnyTagClassName
{
color: #500F57;
}
</style>
background-color css
<style>
a { background-color: #500F57; }
a { background-color: rgb(80,15,87); }
div.DivClassName
{
background-color: #500F57;
}
.BgClassName
{
background-color: #500F57;
}
</style>
border-color css
<style>
span { border-color: #500F57; }
span { border-color: rgb(80,15,87); }
td.TdClassName
{
border-color: #500F57;
}
.TagClassName
{
border-color: #500F57;
}
</style>