Shades of Hot Purple #50135C
Tints of Hot Purple #50135C
RGB
CMYK
RGB Variations
Color information
#50135C (or 0x50135C) is known color: Hot Purple. HEX triplet: 50, 13 and 5C. RGB value is (80,19,92). Sum of RGB (Red+Green+Blue) = 80+19+92=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #50135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50135C is #AFECA3. Grayscale: #2D2D2D. Windows color (decimal): -11529380 or 6034256. OLE color: 6034256.
HSL color Cylindrical-coordinate representation of color #50135C: hue angle of 290.14º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50135C is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 19 | 92 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.64 |
| HSL | 290.14º | 0.66% | 0.22% | - |
| HSV(B) | 290.14º | 0.79% | 0.36% | - |
| XYZ | 5.47 | 2.94 | 10.4 | - |
| YUV | 45.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 92 | 0.13 | 0.79 | 0 | 0.64 | 290.14 | 0.66 | 0.22 |
| Hex | 50 | 13 | 5C | D | 4F | 0 | 40 | 122 | 42 | 16 |
| Octal | 120 | 23 | 134 | 15 | 117 | 0 | 100 | 442 | 102 | 26 |
| Binary | 1010000 | 10011 | 1011100 | 1101 | 1001111 | 0 | 1000000 | 100100010 | 1000010 | 10110 |
Color Harmonies of #50135C
Complementary color
Monochromatic Colors of #50135C
Black with #50135C
Text Example
Text Example
White with #50135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50135C; }
p { color: rgb(80,19,92); }
H1.HeaderClassName
{
color: #50135C;
}
.AnyTagClassName
{
color: #50135C;
}
</style>
background-color css
<style>
a { background-color: #50135C; }
a { background-color: rgb(80,19,92); }
div.DivClassName
{
background-color: #50135C;
}
.BgClassName
{
background-color: #50135C;
}
</style>
border-color css
<style>
span { border-color: #50135C; }
span { border-color: rgb(80,19,92); }
td.TdClassName
{
border-color: #50135C;
}
.TagClassName
{
border-color: #50135C;
}
</style>