Shades of Hot Purple #50165C
Tints of Hot Purple #50165C
RGB
CMYK
RGB Variations
Color information
#50165C (or 0x50165C) is known color: Hot Purple. HEX triplet: 50, 16 and 5C. RGB value is (80,22,92). Sum of RGB (Red+Green+Blue) = 80+22+92=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #50165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50165C is #AFE9A3. Grayscale: #2F2F2F. Windows color (decimal): -11528612 or 6035024. OLE color: 6035024.
HSL color Cylindrical-coordinate representation of color #50165C: hue angle of 289.71º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50165C is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 22 | 92 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.64 |
| HSL | 289.71º | 0.61% | 0.22% | - |
| HSV(B) | 289.71º | 0.76% | 0.36% | - |
| XYZ | 5.53 | 3.05 | 10.42 | - |
| YUV | 47.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 92 | 0.13 | 0.76 | 0 | 0.64 | 289.71 | 0.61 | 0.22 |
| Hex | 50 | 16 | 5C | D | 4C | 0 | 40 | 122 | 3D | 16 |
| Octal | 120 | 26 | 134 | 15 | 114 | 0 | 100 | 442 | 75 | 26 |
| Binary | 1010000 | 10110 | 1011100 | 1101 | 1001100 | 0 | 1000000 | 100100010 | 111101 | 10110 |
Color Harmonies of #50165C
Complementary color
Monochromatic Colors of #50165C
Black with #50165C
Text Example
Text Example
White with #50165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50165C; }
p { color: rgb(80,22,92); }
H1.HeaderClassName
{
color: #50165C;
}
.AnyTagClassName
{
color: #50165C;
}
</style>
background-color css
<style>
a { background-color: #50165C; }
a { background-color: rgb(80,22,92); }
div.DivClassName
{
background-color: #50165C;
}
.BgClassName
{
background-color: #50165C;
}
</style>
border-color css
<style>
span { border-color: #50165C; }
span { border-color: rgb(80,22,92); }
td.TdClassName
{
border-color: #50165C;
}
.TagClassName
{
border-color: #50165C;
}
</style>