Shades of Hot Purple #50174C
Tints of Hot Purple #50174C
RGB
CMYK
RGB Variations
Color information
#50174C (or 0x50174C) is known color: Hot Purple. HEX triplet: 50, 17 and 4C. RGB value is (80,23,76). Sum of RGB (Red+Green+Blue) = 80+23+76=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50174C is #AFE8B3. Grayscale: #2D2D2D. Windows color (decimal): -11528372 or 4986704. OLE color: 4986704.
HSL color Cylindrical-coordinate representation of color #50174C: hue angle of 304.21º 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 #50174C is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 76 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.69 |
| HSL | 304.21º | 0.55% | 0.2% | - |
| HSV(B) | 304.21º | 0.71% | 0.31% | - |
| XYZ | 4.92 | 2.84 | 7.13 | - |
| YUV | 46.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 76 | 0 | 0.71 | 0.05 | 0.69 | 304.21 | 0.55 | 0.2 |
| Hex | 50 | 17 | 4C | 0 | 47 | 5 | 45 | 130 | 37 | 14 |
| Octal | 120 | 27 | 114 | 0 | 107 | 5 | 105 | 460 | 67 | 24 |
| Binary | 1010000 | 10111 | 1001100 | 0 | 1000111 | 101 | 1000101 | 100110000 | 110111 | 10100 |
Color Harmonies of #50174C
Complementary color
Monochromatic Colors of #50174C
Black with #50174C
Text Example
Text Example
White with #50174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50174C; }
p { color: rgb(80,23,76); }
H1.HeaderClassName
{
color: #50174C;
}
.AnyTagClassName
{
color: #50174C;
}
</style>
background-color css
<style>
a { background-color: #50174C; }
a { background-color: rgb(80,23,76); }
div.DivClassName
{
background-color: #50174C;
}
.BgClassName
{
background-color: #50174C;
}
</style>
border-color css
<style>
span { border-color: #50174C; }
span { border-color: rgb(80,23,76); }
td.TdClassName
{
border-color: #50174C;
}
.TagClassName
{
border-color: #50174C;
}
</style>