Shades of Hot Purple #50094D
Tints of Hot Purple #50094D
RGB
CMYK
RGB Variations
Color information
#50094D (or 0x50094D) is known color: Hot Purple. HEX triplet: 50, 09 and 4D. RGB value is (80,9,77). Sum of RGB (Red+Green+Blue) = 80+9+77=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #50094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50094D is #AFF6B2. Grayscale: #252525. Windows color (decimal): -11531955 or 5048656. OLE color: 5048656.
HSL color Cylindrical-coordinate representation of color #50094D: hue angle of 302.54º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50094D is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 9 | 77 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.69 |
| HSL | 302.54º | 0.8% | 0.17% | - |
| HSV(B) | 302.54º | 0.89% | 0.31% | - |
| XYZ | 4.75 | 2.44 | 7.24 | - |
| YUV | 37.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 77 | 0 | 0.89 | 0.04 | 0.69 | 302.54 | 0.8 | 0.17 |
| Hex | 50 | 9 | 4D | 0 | 59 | 4 | 45 | 12F | 50 | 11 |
| Octal | 120 | 11 | 115 | 0 | 131 | 4 | 105 | 457 | 120 | 21 |
| Binary | 1010000 | 1001 | 1001101 | 0 | 1011001 | 100 | 1000101 | 100101111 | 1010000 | 10001 |
Color Harmonies of #50094D
Complementary color
Monochromatic Colors of #50094D
Black with #50094D
Text Example
Text Example
White with #50094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50094D; }
p { color: rgb(80,9,77); }
H1.HeaderClassName
{
color: #50094D;
}
.AnyTagClassName
{
color: #50094D;
}
</style>
background-color css
<style>
a { background-color: #50094D; }
a { background-color: rgb(80,9,77); }
div.DivClassName
{
background-color: #50094D;
}
.BgClassName
{
background-color: #50094D;
}
</style>
border-color css
<style>
span { border-color: #50094D; }
span { border-color: rgb(80,9,77); }
td.TdClassName
{
border-color: #50094D;
}
.TagClassName
{
border-color: #50094D;
}
</style>