Shades of Hot Purple #50045D
Tints of Hot Purple #50045D
RGB
CMYK
RGB Variations
Color information
#50045D (or 0x50045D) is known color: Hot Purple. HEX triplet: 50, 04 and 5D. RGB value is (80,4,93). Sum of RGB (Red+Green+Blue) = 80+4+93=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #50045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50045D is #AFFBA2. Grayscale: #242424. Windows color (decimal): -11533219 or 6095952. OLE color: 6095952.
HSL color Cylindrical-coordinate representation of color #50045D: hue angle of 291.24º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50045D is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 4 | 93 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.64 |
| HSL | 291.24º | 0.92% | 0.19% | - |
| HSV(B) | 291.24º | 0.96% | 0.36% | - |
| XYZ | 5.33 | 2.58 | 10.57 | - |
| YUV | 36.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 93 | 0.14 | 0.96 | 0 | 0.64 | 291.24 | 0.92 | 0.19 |
| Hex | 50 | 4 | 5D | E | 60 | 0 | 40 | 123 | 5C | 13 |
| Octal | 120 | 4 | 135 | 16 | 140 | 0 | 100 | 443 | 134 | 23 |
| Binary | 1010000 | 100 | 1011101 | 1110 | 1100000 | 0 | 1000000 | 100100011 | 1011100 | 10011 |
Color Harmonies of #50045D
Complementary color
Monochromatic Colors of #50045D
Black with #50045D
Text Example
Text Example
White with #50045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50045D; }
p { color: rgb(80,4,93); }
H1.HeaderClassName
{
color: #50045D;
}
.AnyTagClassName
{
color: #50045D;
}
</style>
background-color css
<style>
a { background-color: #50045D; }
a { background-color: rgb(80,4,93); }
div.DivClassName
{
background-color: #50045D;
}
.BgClassName
{
background-color: #50045D;
}
</style>
border-color css
<style>
span { border-color: #50045D; }
span { border-color: rgb(80,4,93); }
td.TdClassName
{
border-color: #50045D;
}
.TagClassName
{
border-color: #50045D;
}
</style>