Shades of Hot Purple #500B56
Tints of Hot Purple #500B56
RGB
CMYK
RGB Variations
Color information
#500B56 (or 0x500B56) is known color: Hot Purple. HEX triplet: 50, 0B and 56. RGB value is (80,11,86). Sum of RGB (Red+Green+Blue) = 80+11+86=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #500B56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500B56 is #AFF4A9. Grayscale: #272727. Windows color (decimal): -11531434 or 5638992. OLE color: 5638992.
HSL color Cylindrical-coordinate representation of color #500B56: hue angle of 295.2º degrees, saturation: 0.77, 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 #500B56 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 11 | 86 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.66 |
| HSL | 295.2º | 0.77% | 0.19% | - |
| HSV(B) | 295.2º | 0.87% | 0.34% | - |
| XYZ | 5.11 | 2.62 | 9.04 | - |
| YUV | 40.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 86 | 0.07 | 0.87 | 0 | 0.66 | 295.2 | 0.77 | 0.19 |
| Hex | 50 | B | 56 | 7 | 57 | 0 | 42 | 127 | 4D | 13 |
| Octal | 120 | 13 | 126 | 7 | 127 | 0 | 102 | 447 | 115 | 23 |
| Binary | 1010000 | 1011 | 1010110 | 111 | 1010111 | 0 | 1000010 | 100100111 | 1001101 | 10011 |
Color Harmonies of #500B56
Complementary color
Monochromatic Colors of #500B56
Black with #500B56
Text Example
Text Example
White with #500B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500B56; }
p { color: rgb(80,11,86); }
H1.HeaderClassName
{
color: #500B56;
}
.AnyTagClassName
{
color: #500B56;
}
</style>
background-color css
<style>
a { background-color: #500B56; }
a { background-color: rgb(80,11,86); }
div.DivClassName
{
background-color: #500B56;
}
.BgClassName
{
background-color: #500B56;
}
</style>
border-color css
<style>
span { border-color: #500B56; }
span { border-color: rgb(80,11,86); }
td.TdClassName
{
border-color: #500B56;
}
.TagClassName
{
border-color: #500B56;
}
</style>