Shades of Hot Purple #50125D
Tints of Hot Purple #50125D
RGB
CMYK
RGB Variations
Color information
#50125D (or 0x50125D) is known color: Hot Purple. HEX triplet: 50, 12 and 5D. RGB value is (80,18,93). Sum of RGB (Red+Green+Blue) = 80+18+93=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #50125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50125D is #AFEDA2. Grayscale: #2C2C2C. Windows color (decimal): -11529635 or 6099536. OLE color: 6099536.
HSL color Cylindrical-coordinate representation of color #50125D: hue angle of 289.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50125D is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 18 | 93 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.64 |
| HSL | 289.6º | 0.68% | 0.22% | - |
| HSV(B) | 289.6º | 0.81% | 0.36% | - |
| XYZ | 5.5 | 2.93 | 10.63 | - |
| YUV | 45.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 93 | 0.14 | 0.81 | 0 | 0.64 | 289.6 | 0.68 | 0.22 |
| Hex | 50 | 12 | 5D | E | 51 | 0 | 40 | 122 | 44 | 16 |
| Octal | 120 | 22 | 135 | 16 | 121 | 0 | 100 | 442 | 104 | 26 |
| Binary | 1010000 | 10010 | 1011101 | 1110 | 1010001 | 0 | 1000000 | 100100010 | 1000100 | 10110 |
Color Harmonies of #50125D
Complementary color
Monochromatic Colors of #50125D
Black with #50125D
Text Example
Text Example
White with #50125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50125D; }
p { color: rgb(80,18,93); }
H1.HeaderClassName
{
color: #50125D;
}
.AnyTagClassName
{
color: #50125D;
}
</style>
background-color css
<style>
a { background-color: #50125D; }
a { background-color: rgb(80,18,93); }
div.DivClassName
{
background-color: #50125D;
}
.BgClassName
{
background-color: #50125D;
}
</style>
border-color css
<style>
span { border-color: #50125D; }
span { border-color: rgb(80,18,93); }
td.TdClassName
{
border-color: #50125D;
}
.TagClassName
{
border-color: #50125D;
}
</style>