Shades of Hot Purple #50154F
Tints of Hot Purple #50154F
RGB
CMYK
RGB Variations
Color information
#50154F (or 0x50154F) is known color: Hot Purple. HEX triplet: 50, 15 and 4F. RGB value is (80,21,79). Sum of RGB (Red+Green+Blue) = 80+21+79=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50154F is #AFEAB0. Grayscale: #2D2D2D. Windows color (decimal): -11528881 or 5182800. OLE color: 5182800.
HSL color Cylindrical-coordinate representation of color #50154F: hue angle of 301.02º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50154F is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 79 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.69 |
| HSL | 301.02º | 0.58% | 0.2% | - |
| HSV(B) | 301.02º | 0.74% | 0.31% | - |
| XYZ | 4.99 | 2.81 | 7.68 | - |
| YUV | 45.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 79 | 0 | 0.74 | 0.01 | 0.69 | 301.02 | 0.58 | 0.2 |
| Hex | 50 | 15 | 4F | 0 | 4A | 1 | 45 | 12D | 3A | 14 |
| Octal | 120 | 25 | 117 | 0 | 112 | 1 | 105 | 455 | 72 | 24 |
| Binary | 1010000 | 10101 | 1001111 | 0 | 1001010 | 1 | 1000101 | 100101101 | 111010 | 10100 |
Color Harmonies of #50154F
Complementary color
Monochromatic Colors of #50154F
Black with #50154F
Text Example
Text Example
White with #50154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50154F; }
p { color: rgb(80,21,79); }
H1.HeaderClassName
{
color: #50154F;
}
.AnyTagClassName
{
color: #50154F;
}
</style>
background-color css
<style>
a { background-color: #50154F; }
a { background-color: rgb(80,21,79); }
div.DivClassName
{
background-color: #50154F;
}
.BgClassName
{
background-color: #50154F;
}
</style>
border-color css
<style>
span { border-color: #50154F; }
span { border-color: rgb(80,21,79); }
td.TdClassName
{
border-color: #50154F;
}
.TagClassName
{
border-color: #50154F;
}
</style>