Shades of Hot Purple #50104C
Tints of Hot Purple #50104C
RGB
CMYK
RGB Variations
Color information
#50104C (or 0x50104C) is known color: Hot Purple. HEX triplet: 50, 10 and 4C. RGB value is (80,16,76). Sum of RGB (Red+Green+Blue) = 80+16+76=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #50104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50104C is #AFEFB3. Grayscale: #292929. Windows color (decimal): -11530164 or 4984912. OLE color: 4984912.
HSL color Cylindrical-coordinate representation of color #50104C: hue angle of 303.75º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50104C is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 76 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.69 |
| HSL | 303.75º | 0.67% | 0.19% | - |
| HSV(B) | 303.75º | 0.8% | 0.31% | - |
| XYZ | 4.8 | 2.6 | 7.09 | - |
| YUV | 41.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 76 | 0 | 0.80 | 0.05 | 0.69 | 303.75 | 0.67 | 0.19 |
| Hex | 50 | 10 | 4C | 0 | 50 | 5 | 45 | 130 | 43 | 13 |
| Octal | 120 | 20 | 114 | 0 | 120 | 5 | 105 | 460 | 103 | 23 |
| Binary | 1010000 | 10000 | 1001100 | 0 | 1010000 | 101 | 1000101 | 100110000 | 1000011 | 10011 |
Color Harmonies of #50104C
Complementary color
Monochromatic Colors of #50104C
Black with #50104C
Text Example
Text Example
White with #50104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50104C; }
p { color: rgb(80,16,76); }
H1.HeaderClassName
{
color: #50104C;
}
.AnyTagClassName
{
color: #50104C;
}
</style>
background-color css
<style>
a { background-color: #50104C; }
a { background-color: rgb(80,16,76); }
div.DivClassName
{
background-color: #50104C;
}
.BgClassName
{
background-color: #50104C;
}
</style>
border-color css
<style>
span { border-color: #50104C; }
span { border-color: rgb(80,16,76); }
td.TdClassName
{
border-color: #50104C;
}
.TagClassName
{
border-color: #50104C;
}
</style>