Shades of Hot Purple #50134E
Tints of Hot Purple #50134E
RGB
CMYK
RGB Variations
Color information
#50134E (or 0x50134E) is known color: Hot Purple. HEX triplet: 50, 13 and 4E. RGB value is (80,19,78). Sum of RGB (Red+Green+Blue) = 80+19+78=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50134E is #AFECB1. Grayscale: #2B2B2B. Windows color (decimal): -11529394 or 5116752. OLE color: 5116752.
HSL color Cylindrical-coordinate representation of color #50134E: hue angle of 301.97º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50134E is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 78 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.69 |
| HSL | 301.97º | 0.62% | 0.19% | - |
| HSV(B) | 301.97º | 0.76% | 0.31% | - |
| XYZ | 4.92 | 2.72 | 7.47 | - |
| YUV | 43.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 78 | 0 | 0.76 | 0.02 | 0.69 | 301.97 | 0.62 | 0.19 |
| Hex | 50 | 13 | 4E | 0 | 4C | 2 | 45 | 12E | 3E | 13 |
| Octal | 120 | 23 | 116 | 0 | 114 | 2 | 105 | 456 | 76 | 23 |
| Binary | 1010000 | 10011 | 1001110 | 0 | 1001100 | 10 | 1000101 | 100101110 | 111110 | 10011 |
Color Harmonies of #50134E
Complementary color
Monochromatic Colors of #50134E
Black with #50134E
Text Example
Text Example
White with #50134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50134E; }
p { color: rgb(80,19,78); }
H1.HeaderClassName
{
color: #50134E;
}
.AnyTagClassName
{
color: #50134E;
}
</style>
background-color css
<style>
a { background-color: #50134E; }
a { background-color: rgb(80,19,78); }
div.DivClassName
{
background-color: #50134E;
}
.BgClassName
{
background-color: #50134E;
}
</style>
border-color css
<style>
span { border-color: #50134E; }
span { border-color: rgb(80,19,78); }
td.TdClassName
{
border-color: #50134E;
}
.TagClassName
{
border-color: #50134E;
}
</style>