Shades of Hot Purple #50175D
Tints of Hot Purple #50175D
RGB
CMYK
RGB Variations
Color information
#50175D (or 0x50175D) is known color: Hot Purple. HEX triplet: 50, 17 and 5D. RGB value is (80,23,93). Sum of RGB (Red+Green+Blue) = 80+23+93=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #50175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50175D is #AFE8A2. Grayscale: #2F2F2F. Windows color (decimal): -11528355 or 6100816. OLE color: 6100816.
HSL color Cylindrical-coordinate representation of color #50175D: hue angle of 288.86º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50175D is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 23 | 93 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.64 |
| HSL | 288.86º | 0.6% | 0.23% | - |
| HSV(B) | 288.86º | 0.75% | 0.36% | - |
| XYZ | 5.59 | 3.11 | 10.66 | - |
| YUV | 48.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 93 | 0.14 | 0.75 | 0 | 0.64 | 288.86 | 0.6 | 0.23 |
| Hex | 50 | 17 | 5D | E | 4B | 0 | 40 | 121 | 3C | 17 |
| Octal | 120 | 27 | 135 | 16 | 113 | 0 | 100 | 441 | 74 | 27 |
| Binary | 1010000 | 10111 | 1011101 | 1110 | 1001011 | 0 | 1000000 | 100100001 | 111100 | 10111 |
Color Harmonies of #50175D
Complementary color
Monochromatic Colors of #50175D
Black with #50175D
Text Example
Text Example
White with #50175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50175D; }
p { color: rgb(80,23,93); }
H1.HeaderClassName
{
color: #50175D;
}
.AnyTagClassName
{
color: #50175D;
}
</style>
background-color css
<style>
a { background-color: #50175D; }
a { background-color: rgb(80,23,93); }
div.DivClassName
{
background-color: #50175D;
}
.BgClassName
{
background-color: #50175D;
}
</style>
border-color css
<style>
span { border-color: #50175D; }
span { border-color: rgb(80,23,93); }
td.TdClassName
{
border-color: #50175D;
}
.TagClassName
{
border-color: #50175D;
}
</style>