Shades of Hot Purple #500F51
Tints of Hot Purple #500F51
RGB
CMYK
RGB Variations
Color information
#500F51 (or 0x500F51) is known color: Hot Purple. HEX triplet: 50, 0F and 51. RGB value is (80,15,81). Sum of RGB (Red+Green+Blue) = 80+15+81=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #500F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500F51 is #AFF0AE. Grayscale: #292929. Windows color (decimal): -11530415 or 5312336. OLE color: 5312336.
HSL color Cylindrical-coordinate representation of color #500F51: hue angle of 299.09º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F51 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 15 | 81 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.68 |
| HSL | 299.09º | 0.69% | 0.19% | - |
| HSV(B) | 299.09º | 0.81% | 0.32% | - |
| XYZ | 4.96 | 2.64 | 8.03 | - |
| YUV | 41.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 81 | 0.01 | 0.81 | 0 | 0.68 | 299.09 | 0.69 | 0.19 |
| Hex | 50 | F | 51 | 1 | 51 | 0 | 44 | 12B | 45 | 13 |
| Octal | 120 | 17 | 121 | 1 | 121 | 0 | 104 | 453 | 105 | 23 |
| Binary | 1010000 | 1111 | 1010001 | 1 | 1010001 | 0 | 1000100 | 100101011 | 1000101 | 10011 |
Color Harmonies of #500F51
Complementary color
Monochromatic Colors of #500F51
Black with #500F51
Text Example
Text Example
White with #500F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F51; }
p { color: rgb(80,15,81); }
H1.HeaderClassName
{
color: #500F51;
}
.AnyTagClassName
{
color: #500F51;
}
</style>
background-color css
<style>
a { background-color: #500F51; }
a { background-color: rgb(80,15,81); }
div.DivClassName
{
background-color: #500F51;
}
.BgClassName
{
background-color: #500F51;
}
</style>
border-color css
<style>
span { border-color: #500F51; }
span { border-color: rgb(80,15,81); }
td.TdClassName
{
border-color: #500F51;
}
.TagClassName
{
border-color: #500F51;
}
</style>