Shades of Hot Purple #50054F
Tints of Hot Purple #50054F
RGB
CMYK
RGB Variations
Color information
#50054F (or 0x50054F) is known color: Hot Purple. HEX triplet: 50, 05 and 4F. RGB value is (80,5,79). Sum of RGB (Red+Green+Blue) = 80+5+79=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50054F is #AFFAB0. Grayscale: #232323. Windows color (decimal): -11532977 or 5178704. OLE color: 5178704.
HSL color Cylindrical-coordinate representation of color #50054F: hue angle of 300.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50054F is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 79 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.69 |
| HSL | 300.8º | 0.88% | 0.17% | - |
| HSV(B) | 300.8º | 0.94% | 0.31% | - |
| XYZ | 4.77 | 2.38 | 7.6 | - |
| YUV | 35.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 79 | 0 | 0.94 | 0.01 | 0.69 | 300.8 | 0.88 | 0.17 |
| Hex | 50 | 5 | 4F | 0 | 5E | 1 | 45 | 12D | 58 | 11 |
| Octal | 120 | 5 | 117 | 0 | 136 | 1 | 105 | 455 | 130 | 21 |
| Binary | 1010000 | 101 | 1001111 | 0 | 1011110 | 1 | 1000101 | 100101101 | 1011000 | 10001 |
Color Harmonies of #50054F
Complementary color
Monochromatic Colors of #50054F
Black with #50054F
Text Example
Text Example
White with #50054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50054F; }
p { color: rgb(80,5,79); }
H1.HeaderClassName
{
color: #50054F;
}
.AnyTagClassName
{
color: #50054F;
}
</style>
background-color css
<style>
a { background-color: #50054F; }
a { background-color: rgb(80,5,79); }
div.DivClassName
{
background-color: #50054F;
}
.BgClassName
{
background-color: #50054F;
}
</style>
border-color css
<style>
span { border-color: #50054F; }
span { border-color: rgb(80,5,79); }
td.TdClassName
{
border-color: #50054F;
}
.TagClassName
{
border-color: #50054F;
}
</style>