Shades of Hot Purple #500C5D
Tints of Hot Purple #500C5D
RGB
CMYK
RGB Variations
Color information
#500C5D (or 0x500C5D) is known color: Hot Purple. HEX triplet: 50, 0C and 5D. RGB value is (80,12,93). Sum of RGB (Red+Green+Blue) = 80+12+93=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #500C5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C5D is #AFF3A2. Grayscale: #292929. Windows color (decimal): -11531171 or 6098000. OLE color: 6098000.
HSL color Cylindrical-coordinate representation of color #500C5D: hue angle of 290.37º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #500C5D is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 12 | 93 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.64 |
| HSL | 290.37º | 0.77% | 0.21% | - |
| HSV(B) | 290.37º | 0.87% | 0.36% | - |
| XYZ | 5.42 | 2.76 | 10.6 | - |
| YUV | 41.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 93 | 0.14 | 0.87 | 0 | 0.64 | 290.37 | 0.77 | 0.21 |
| Hex | 50 | C | 5D | E | 57 | 0 | 40 | 122 | 4D | 15 |
| Octal | 120 | 14 | 135 | 16 | 127 | 0 | 100 | 442 | 115 | 25 |
| Binary | 1010000 | 1100 | 1011101 | 1110 | 1010111 | 0 | 1000000 | 100100010 | 1001101 | 10101 |
Color Harmonies of #500C5D
Complementary color
Monochromatic Colors of #500C5D
Black with #500C5D
Text Example
Text Example
White with #500C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500C5D; }
p { color: rgb(80,12,93); }
H1.HeaderClassName
{
color: #500C5D;
}
.AnyTagClassName
{
color: #500C5D;
}
</style>
background-color css
<style>
a { background-color: #500C5D; }
a { background-color: rgb(80,12,93); }
div.DivClassName
{
background-color: #500C5D;
}
.BgClassName
{
background-color: #500C5D;
}
</style>
border-color css
<style>
span { border-color: #500C5D; }
span { border-color: rgb(80,12,93); }
td.TdClassName
{
border-color: #500C5D;
}
.TagClassName
{
border-color: #500C5D;
}
</style>