Shades of Hot Purple #50194E
Tints of Hot Purple #50194E
RGB
CMYK
RGB Variations
Color information
#50194E (or 0x50194E) is known color: Hot Purple. HEX triplet: 50, 19 and 4E. RGB value is (80,25,78). Sum of RGB (Red+Green+Blue) = 80+25+78=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #50194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50194E is #AFE6B1. Grayscale: #2F2F2F. Windows color (decimal): -11527858 or 5118288. OLE color: 5118288.
HSL color Cylindrical-coordinate representation of color #50194E: hue angle of 302.18º 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 #50194E is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 78 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.69 |
| HSL | 302.18º | 0.52% | 0.21% | - |
| HSV(B) | 302.18º | 0.69% | 0.31% | - |
| XYZ | 5.03 | 2.95 | 7.51 | - |
| YUV | 47.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 78 | 0 | 0.69 | 0.02 | 0.69 | 302.18 | 0.52 | 0.21 |
| Hex | 50 | 19 | 4E | 0 | 45 | 2 | 45 | 12E | 34 | 15 |
| Octal | 120 | 31 | 116 | 0 | 105 | 2 | 105 | 456 | 64 | 25 |
| Binary | 1010000 | 11001 | 1001110 | 0 | 1000101 | 10 | 1000101 | 100101110 | 110100 | 10101 |
Color Harmonies of #50194E
Complementary color
Monochromatic Colors of #50194E
Black with #50194E
Text Example
Text Example
White with #50194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50194E; }
p { color: rgb(80,25,78); }
H1.HeaderClassName
{
color: #50194E;
}
.AnyTagClassName
{
color: #50194E;
}
</style>
background-color css
<style>
a { background-color: #50194E; }
a { background-color: rgb(80,25,78); }
div.DivClassName
{
background-color: #50194E;
}
.BgClassName
{
background-color: #50194E;
}
</style>
border-color css
<style>
span { border-color: #50194E; }
span { border-color: rgb(80,25,78); }
td.TdClassName
{
border-color: #50194E;
}
.TagClassName
{
border-color: #50194E;
}
</style>