Shades of Hot Purple #50035C
Tints of Hot Purple #50035C
RGB
CMYK
RGB Variations
Color information
#50035C (or 0x50035C) is known color: Hot Purple. HEX triplet: 50, 03 and 5C. RGB value is (80,3,92). Sum of RGB (Red+Green+Blue) = 80+3+92=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #50035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50035C is #AFFCA3. Grayscale: #232323. Windows color (decimal): -11533476 or 6030160. OLE color: 6030160.
HSL color Cylindrical-coordinate representation of color #50035C: hue angle of 291.91º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50035C is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 3 | 92 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.64 |
| HSL | 291.91º | 0.94% | 0.19% | - |
| HSV(B) | 291.91º | 0.97% | 0.36% | - |
| XYZ | 5.27 | 2.54 | 10.34 | - |
| YUV | 36.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 92 | 0.13 | 0.97 | 0 | 0.64 | 291.91 | 0.94 | 0.19 |
| Hex | 50 | 3 | 5C | D | 61 | 0 | 40 | 124 | 5E | 13 |
| Octal | 120 | 3 | 134 | 15 | 141 | 0 | 100 | 444 | 136 | 23 |
| Binary | 1010000 | 11 | 1011100 | 1101 | 1100001 | 0 | 1000000 | 100100100 | 1011110 | 10011 |
Color Harmonies of #50035C
Complementary color
Monochromatic Colors of #50035C
Black with #50035C
Text Example
Text Example
White with #50035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50035C; }
p { color: rgb(80,3,92); }
H1.HeaderClassName
{
color: #50035C;
}
.AnyTagClassName
{
color: #50035C;
}
</style>
background-color css
<style>
a { background-color: #50035C; }
a { background-color: rgb(80,3,92); }
div.DivClassName
{
background-color: #50035C;
}
.BgClassName
{
background-color: #50035C;
}
</style>
border-color css
<style>
span { border-color: #50035C; }
span { border-color: rgb(80,3,92); }
td.TdClassName
{
border-color: #50035C;
}
.TagClassName
{
border-color: #50035C;
}
</style>