Shades of Hot Purple #501651
Tints of Hot Purple #501651
RGB
CMYK
RGB Variations
Color information
#501651 (or 0x501651) is known color: Hot Purple. HEX triplet: 50, 16 and 51. RGB value is (80,22,81). Sum of RGB (Red+Green+Blue) = 80+22+81=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 81 - color contains mainly: blue. Hex color #501651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501651 is #AFE9AE. Grayscale: #2D2D2D. Windows color (decimal): -11528623 or 5314128. OLE color: 5314128.
HSL color Cylindrical-coordinate representation of color #501651: hue angle of 298.98º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501651 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 22 | 81 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.68 |
| HSL | 298.98º | 0.57% | 0.2% | - |
| HSV(B) | 298.98º | 0.73% | 0.32% | - |
| XYZ | 5.08 | 2.87 | 8.07 | - |
| YUV | 46.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 81 | 0.01 | 0.73 | 0 | 0.68 | 298.98 | 0.57 | 0.2 |
| Hex | 50 | 16 | 51 | 1 | 49 | 0 | 44 | 12B | 39 | 14 |
| Octal | 120 | 26 | 121 | 1 | 111 | 0 | 104 | 453 | 71 | 24 |
| Binary | 1010000 | 10110 | 1010001 | 1 | 1001001 | 0 | 1000100 | 100101011 | 111001 | 10100 |
Color Harmonies of #501651
Complementary color
Monochromatic Colors of #501651
Black with #501651
Text Example
Text Example
White with #501651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501651; }
p { color: rgb(80,22,81); }
H1.HeaderClassName
{
color: #501651;
}
.AnyTagClassName
{
color: #501651;
}
</style>
background-color css
<style>
a { background-color: #501651; }
a { background-color: rgb(80,22,81); }
div.DivClassName
{
background-color: #501651;
}
.BgClassName
{
background-color: #501651;
}
</style>
border-color css
<style>
span { border-color: #501651; }
span { border-color: rgb(80,22,81); }
td.TdClassName
{
border-color: #501651;
}
.TagClassName
{
border-color: #501651;
}
</style>