Shades of Hot Purple #50164E
Tints of Hot Purple #50164E
RGB
CMYK
RGB Variations
Color information
#50164E (or 0x50164E) is known color: Hot Purple. HEX triplet: 50, 16 and 4E. RGB value is (80,22,78). Sum of RGB (Red+Green+Blue) = 80+22+78=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50164E is #AFE9B1. Grayscale: #2D2D2D. Windows color (decimal): -11528626 or 5117520. OLE color: 5117520.
HSL color Cylindrical-coordinate representation of color #50164E: hue angle of 302.07º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50164E is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 78 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.69 |
| HSL | 302.07º | 0.57% | 0.2% | - |
| HSV(B) | 302.07º | 0.73% | 0.31% | - |
| XYZ | 4.97 | 2.83 | 7.49 | - |
| YUV | 45.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 78 | 0 | 0.72 | 0.02 | 0.69 | 302.07 | 0.57 | 0.2 |
| Hex | 50 | 16 | 4E | 0 | 48 | 2 | 45 | 12E | 39 | 14 |
| Octal | 120 | 26 | 116 | 0 | 110 | 2 | 105 | 456 | 71 | 24 |
| Binary | 1010000 | 10110 | 1001110 | 0 | 1001000 | 10 | 1000101 | 100101110 | 111001 | 10100 |
Color Harmonies of #50164E
Complementary color
Monochromatic Colors of #50164E
Black with #50164E
Text Example
Text Example
White with #50164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50164E; }
p { color: rgb(80,22,78); }
H1.HeaderClassName
{
color: #50164E;
}
.AnyTagClassName
{
color: #50164E;
}
</style>
background-color css
<style>
a { background-color: #50164E; }
a { background-color: rgb(80,22,78); }
div.DivClassName
{
background-color: #50164E;
}
.BgClassName
{
background-color: #50164E;
}
</style>
border-color css
<style>
span { border-color: #50164E; }
span { border-color: rgb(80,22,78); }
td.TdClassName
{
border-color: #50164E;
}
.TagClassName
{
border-color: #50164E;
}
</style>