Shades of Hot Purple #500F4D
Tints of Hot Purple #500F4D
RGB
CMYK
RGB Variations
Color information
#500F4D (or 0x500F4D) is known color: Hot Purple. HEX triplet: 50, 0F and 4D. RGB value is (80,15,77). Sum of RGB (Red+Green+Blue) = 80+15+77=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #500F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500F4D is #AFF0B2. Grayscale: #292929. Windows color (decimal): -11530419 or 5050192. OLE color: 5050192.
HSL color Cylindrical-coordinate representation of color #500F4D: hue angle of 302.77º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F4D is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 77 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.69 |
| HSL | 302.77º | 0.68% | 0.19% | - |
| HSV(B) | 302.77º | 0.81% | 0.31% | - |
| XYZ | 4.82 | 2.58 | 7.27 | - |
| YUV | 41.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 77 | 0 | 0.81 | 0.04 | 0.69 | 302.77 | 0.68 | 0.19 |
| Hex | 50 | F | 4D | 0 | 51 | 4 | 45 | 12F | 44 | 13 |
| Octal | 120 | 17 | 115 | 0 | 121 | 4 | 105 | 457 | 104 | 23 |
| Binary | 1010000 | 1111 | 1001101 | 0 | 1010001 | 100 | 1000101 | 100101111 | 1000100 | 10011 |
Color Harmonies of #500F4D
Complementary color
Monochromatic Colors of #500F4D
Black with #500F4D
Text Example
Text Example
White with #500F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F4D; }
p { color: rgb(80,15,77); }
H1.HeaderClassName
{
color: #500F4D;
}
.AnyTagClassName
{
color: #500F4D;
}
</style>
background-color css
<style>
a { background-color: #500F4D; }
a { background-color: rgb(80,15,77); }
div.DivClassName
{
background-color: #500F4D;
}
.BgClassName
{
background-color: #500F4D;
}
</style>
border-color css
<style>
span { border-color: #500F4D; }
span { border-color: rgb(80,15,77); }
td.TdClassName
{
border-color: #500F4D;
}
.TagClassName
{
border-color: #500F4D;
}
</style>