Shades of Hot Purple #501B57
Tints of Hot Purple #501B57
RGB
CMYK
RGB Variations
Color information
#501B57 (or 0x501B57) is known color: Hot Purple. HEX triplet: 50, 1B and 57. RGB value is (80,27,87). Sum of RGB (Red+Green+Blue) = 80+27+87=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #501B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501B57 is #AFE4A8. Grayscale: #313131. Windows color (decimal): -11527337 or 5708624. OLE color: 5708624.
HSL color Cylindrical-coordinate representation of color #501B57: hue angle of 293º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #501B57 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 27 | 87 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.66 |
| HSL | 293º | 0.53% | 0.22% | - |
| HSV(B) | 293º | 0.69% | 0.34% | - |
| XYZ | 5.42 | 3.18 | 9.34 | - |
| YUV | 49.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 87 | 0.08 | 0.69 | 0 | 0.66 | 293 | 0.53 | 0.22 |
| Hex | 50 | 1B | 57 | 8 | 45 | 0 | 42 | 125 | 35 | 16 |
| Octal | 120 | 33 | 127 | 10 | 105 | 0 | 102 | 445 | 65 | 26 |
| Binary | 1010000 | 11011 | 1010111 | 1000 | 1000101 | 0 | 1000010 | 100100101 | 110101 | 10110 |
Color Harmonies of #501B57
Complementary color
Monochromatic Colors of #501B57
Black with #501B57
Text Example
Text Example
White with #501B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B57; }
p { color: rgb(80,27,87); }
H1.HeaderClassName
{
color: #501B57;
}
.AnyTagClassName
{
color: #501B57;
}
</style>
background-color css
<style>
a { background-color: #501B57; }
a { background-color: rgb(80,27,87); }
div.DivClassName
{
background-color: #501B57;
}
.BgClassName
{
background-color: #501B57;
}
</style>
border-color css
<style>
span { border-color: #501B57; }
span { border-color: rgb(80,27,87); }
td.TdClassName
{
border-color: #501B57;
}
.TagClassName
{
border-color: #501B57;
}
</style>