Shades of Hot Purple #50194D
Tints of Hot Purple #50194D
RGB
CMYK
RGB Variations
Color information
#50194D (or 0x50194D) is known color: Hot Purple. HEX triplet: 50, 19 and 4D. RGB value is (80,25,77). Sum of RGB (Red+Green+Blue) = 80+25+77=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50194D is #AFE6B2. Grayscale: #2F2F2F. Windows color (decimal): -11527859 or 5052752. OLE color: 5052752.
HSL color Cylindrical-coordinate representation of color #50194D: hue angle of 303.27º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50194D is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 77 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.69 |
| HSL | 303.27º | 0.52% | 0.21% | - |
| HSV(B) | 303.27º | 0.69% | 0.31% | - |
| XYZ | 5 | 2.94 | 7.32 | - |
| YUV | 47.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 77 | 0 | 0.69 | 0.04 | 0.69 | 303.27 | 0.52 | 0.21 |
| Hex | 50 | 19 | 4D | 0 | 45 | 4 | 45 | 12F | 34 | 15 |
| Octal | 120 | 31 | 115 | 0 | 105 | 4 | 105 | 457 | 64 | 25 |
| Binary | 1010000 | 11001 | 1001101 | 0 | 1000101 | 100 | 1000101 | 100101111 | 110100 | 10101 |
Color Harmonies of #50194D
Complementary color
Monochromatic Colors of #50194D
Black with #50194D
Text Example
Text Example
White with #50194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50194D; }
p { color: rgb(80,25,77); }
H1.HeaderClassName
{
color: #50194D;
}
.AnyTagClassName
{
color: #50194D;
}
</style>
background-color css
<style>
a { background-color: #50194D; }
a { background-color: rgb(80,25,77); }
div.DivClassName
{
background-color: #50194D;
}
.BgClassName
{
background-color: #50194D;
}
</style>
border-color css
<style>
span { border-color: #50194D; }
span { border-color: rgb(80,25,77); }
td.TdClassName
{
border-color: #50194D;
}
.TagClassName
{
border-color: #50194D;
}
</style>