Shades of Hot Purple #50125B
Tints of Hot Purple #50125B
RGB
CMYK
RGB Variations
Color information
#50125B (or 0x50125B) is known color: Hot Purple. HEX triplet: 50, 12 and 5B. RGB value is (80,18,91). Sum of RGB (Red+Green+Blue) = 80+18+91=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #50125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50125B is #AFEDA4. Grayscale: #2C2C2C. Windows color (decimal): -11529637 or 5968464. OLE color: 5968464.
HSL color Cylindrical-coordinate representation of color #50125B: hue angle of 290.96º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50125B is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 18 | 91 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.64 |
| HSL | 290.96º | 0.67% | 0.21% | - |
| HSV(B) | 290.96º | 0.8% | 0.36% | - |
| XYZ | 5.41 | 2.89 | 10.17 | - |
| YUV | 44.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 91 | 0.12 | 0.80 | 0 | 0.64 | 290.96 | 0.67 | 0.21 |
| Hex | 50 | 12 | 5B | C | 50 | 0 | 40 | 123 | 43 | 15 |
| Octal | 120 | 22 | 133 | 14 | 120 | 0 | 100 | 443 | 103 | 25 |
| Binary | 1010000 | 10010 | 1011011 | 1100 | 1010000 | 0 | 1000000 | 100100011 | 1000011 | 10101 |
Color Harmonies of #50125B
Complementary color
Monochromatic Colors of #50125B
Black with #50125B
Text Example
Text Example
White with #50125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50125B; }
p { color: rgb(80,18,91); }
H1.HeaderClassName
{
color: #50125B;
}
.AnyTagClassName
{
color: #50125B;
}
</style>
background-color css
<style>
a { background-color: #50125B; }
a { background-color: rgb(80,18,91); }
div.DivClassName
{
background-color: #50125B;
}
.BgClassName
{
background-color: #50125B;
}
</style>
border-color css
<style>
span { border-color: #50125B; }
span { border-color: rgb(80,18,91); }
td.TdClassName
{
border-color: #50125B;
}
.TagClassName
{
border-color: #50125B;
}
</style>