Shades of Hot Purple #50174E
Tints of Hot Purple #50174E
RGB
CMYK
RGB Variations
Color information
#50174E (or 0x50174E) is known color: Hot Purple. HEX triplet: 50, 17 and 4E. RGB value is (80,23,78). Sum of RGB (Red+Green+Blue) = 80+23+78=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50174E is #AFE8B1. Grayscale: #2E2E2E. Windows color (decimal): -11528370 or 5117776. OLE color: 5117776.
HSL color Cylindrical-coordinate representation of color #50174E: hue angle of 302.11º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50174E is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 78 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.69 |
| HSL | 302.11º | 0.55% | 0.2% | - |
| HSV(B) | 302.11º | 0.71% | 0.31% | - |
| XYZ | 4.99 | 2.87 | 7.5 | - |
| YUV | 46.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 78 | 0 | 0.71 | 0.02 | 0.69 | 302.11 | 0.55 | 0.2 |
| Hex | 50 | 17 | 4E | 0 | 47 | 2 | 45 | 12E | 37 | 14 |
| Octal | 120 | 27 | 116 | 0 | 107 | 2 | 105 | 456 | 67 | 24 |
| Binary | 1010000 | 10111 | 1001110 | 0 | 1000111 | 10 | 1000101 | 100101110 | 110111 | 10100 |
Color Harmonies of #50174E
Complementary color
Monochromatic Colors of #50174E
Black with #50174E
Text Example
Text Example
White with #50174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50174E; }
p { color: rgb(80,23,78); }
H1.HeaderClassName
{
color: #50174E;
}
.AnyTagClassName
{
color: #50174E;
}
</style>
background-color css
<style>
a { background-color: #50174E; }
a { background-color: rgb(80,23,78); }
div.DivClassName
{
background-color: #50174E;
}
.BgClassName
{
background-color: #50174E;
}
</style>
border-color css
<style>
span { border-color: #50174E; }
span { border-color: rgb(80,23,78); }
td.TdClassName
{
border-color: #50174E;
}
.TagClassName
{
border-color: #50174E;
}
</style>