Shades of Hot Purple #50175B
Tints of Hot Purple #50175B
RGB
CMYK
RGB Variations
Color information
#50175B (or 0x50175B) is known color: Hot Purple. HEX triplet: 50, 17 and 5B. RGB value is (80,23,91). Sum of RGB (Red+Green+Blue) = 80+23+91=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #50175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50175B is #AFE8A4. Grayscale: #2F2F2F. Windows color (decimal): -11528357 or 5969744. OLE color: 5969744.
HSL color Cylindrical-coordinate representation of color #50175B: hue angle of 290.29º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50175B is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 23 | 91 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.64 |
| HSL | 290.29º | 0.6% | 0.22% | - |
| HSV(B) | 290.29º | 0.75% | 0.36% | - |
| XYZ | 5.5 | 3.07 | 10.2 | - |
| YUV | 47.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 91 | 0.12 | 0.75 | 0 | 0.64 | 290.29 | 0.6 | 0.22 |
| Hex | 50 | 17 | 5B | C | 4B | 0 | 40 | 122 | 3C | 16 |
| Octal | 120 | 27 | 133 | 14 | 113 | 0 | 100 | 442 | 74 | 26 |
| Binary | 1010000 | 10111 | 1011011 | 1100 | 1001011 | 0 | 1000000 | 100100010 | 111100 | 10110 |
Color Harmonies of #50175B
Complementary color
Monochromatic Colors of #50175B
Black with #50175B
Text Example
Text Example
White with #50175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50175B; }
p { color: rgb(80,23,91); }
H1.HeaderClassName
{
color: #50175B;
}
.AnyTagClassName
{
color: #50175B;
}
</style>
background-color css
<style>
a { background-color: #50175B; }
a { background-color: rgb(80,23,91); }
div.DivClassName
{
background-color: #50175B;
}
.BgClassName
{
background-color: #50175B;
}
</style>
border-color css
<style>
span { border-color: #50175B; }
span { border-color: rgb(80,23,91); }
td.TdClassName
{
border-color: #50175B;
}
.TagClassName
{
border-color: #50175B;
}
</style>