Shades of Hot Purple #500A5D
Tints of Hot Purple #500A5D
RGB
CMYK
RGB Variations
Color information
#500A5D (or 0x500A5D) is known color: Hot Purple. HEX triplet: 50, 0A and 5D. RGB value is (80,10,93). Sum of RGB (Red+Green+Blue) = 80+10+93=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #500A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500A5D is #AFF5A2. Grayscale: #282828. Windows color (decimal): -11531683 or 6097488. OLE color: 6097488.
HSL color Cylindrical-coordinate representation of color #500A5D: hue angle of 290.6º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500A5D is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 10 | 93 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.64 |
| HSL | 290.6º | 0.81% | 0.2% | - |
| HSV(B) | 290.6º | 0.89% | 0.36% | - |
| XYZ | 5.39 | 2.71 | 10.6 | - |
| YUV | 40.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 93 | 0.14 | 0.89 | 0 | 0.64 | 290.6 | 0.81 | 0.2 |
| Hex | 50 | A | 5D | E | 59 | 0 | 40 | 123 | 51 | 14 |
| Octal | 120 | 12 | 135 | 16 | 131 | 0 | 100 | 443 | 121 | 24 |
| Binary | 1010000 | 1010 | 1011101 | 1110 | 1011001 | 0 | 1000000 | 100100011 | 1010001 | 10100 |
Color Harmonies of #500A5D
Complementary color
Monochromatic Colors of #500A5D
Black with #500A5D
Text Example
Text Example
White with #500A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A5D; }
p { color: rgb(80,10,93); }
H1.HeaderClassName
{
color: #500A5D;
}
.AnyTagClassName
{
color: #500A5D;
}
</style>
background-color css
<style>
a { background-color: #500A5D; }
a { background-color: rgb(80,10,93); }
div.DivClassName
{
background-color: #500A5D;
}
.BgClassName
{
background-color: #500A5D;
}
</style>
border-color css
<style>
span { border-color: #500A5D; }
span { border-color: rgb(80,10,93); }
td.TdClassName
{
border-color: #500A5D;
}
.TagClassName
{
border-color: #500A5D;
}
</style>