Shades of Hot Purple #50155C
Tints of Hot Purple #50155C
RGB
CMYK
RGB Variations
Color information
#50155C (or 0x50155C) is known color: Hot Purple. HEX triplet: 50, 15 and 5C. RGB value is (80,21,92). Sum of RGB (Red+Green+Blue) = 80+21+92=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #50155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50155C is #AFEAA3. Grayscale: #2E2E2E. Windows color (decimal): -11528868 or 6034768. OLE color: 6034768.
HSL color Cylindrical-coordinate representation of color #50155C: hue angle of 289.86º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50155C is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 21 | 92 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.64 |
| HSL | 289.86º | 0.63% | 0.22% | - |
| HSV(B) | 289.86º | 0.77% | 0.36% | - |
| XYZ | 5.51 | 3.01 | 10.42 | - |
| YUV | 46.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 92 | 0.13 | 0.77 | 0 | 0.64 | 289.86 | 0.63 | 0.22 |
| Hex | 50 | 15 | 5C | D | 4D | 0 | 40 | 122 | 3F | 16 |
| Octal | 120 | 25 | 134 | 15 | 115 | 0 | 100 | 442 | 77 | 26 |
| Binary | 1010000 | 10101 | 1011100 | 1101 | 1001101 | 0 | 1000000 | 100100010 | 111111 | 10110 |
Color Harmonies of #50155C
Complementary color
Monochromatic Colors of #50155C
Black with #50155C
Text Example
Text Example
White with #50155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50155C; }
p { color: rgb(80,21,92); }
H1.HeaderClassName
{
color: #50155C;
}
.AnyTagClassName
{
color: #50155C;
}
</style>
background-color css
<style>
a { background-color: #50155C; }
a { background-color: rgb(80,21,92); }
div.DivClassName
{
background-color: #50155C;
}
.BgClassName
{
background-color: #50155C;
}
</style>
border-color css
<style>
span { border-color: #50155C; }
span { border-color: rgb(80,21,92); }
td.TdClassName
{
border-color: #50155C;
}
.TagClassName
{
border-color: #50155C;
}
</style>