Shades of Hot Purple #501451
Tints of Hot Purple #501451
RGB
CMYK
RGB Variations
Color information
#501451 (or 0x501451) is known color: Hot Purple. HEX triplet: 50, 14 and 51. RGB value is (80,20,81). Sum of RGB (Red+Green+Blue) = 80+20+81=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #501451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501451 is #AFEBAE. Grayscale: #2C2C2C. Windows color (decimal): -11529135 or 5313616. OLE color: 5313616.
HSL color Cylindrical-coordinate representation of color #501451: hue angle of 299.02º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501451 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 20 | 81 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.68 |
| HSL | 299.02º | 0.6% | 0.2% | - |
| HSV(B) | 299.02º | 0.75% | 0.32% | - |
| XYZ | 5.04 | 2.8 | 8.06 | - |
| YUV | 44.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 81 | 0.01 | 0.75 | 0 | 0.68 | 299.02 | 0.6 | 0.2 |
| Hex | 50 | 14 | 51 | 1 | 4B | 0 | 44 | 12B | 3C | 14 |
| Octal | 120 | 24 | 121 | 1 | 113 | 0 | 104 | 453 | 74 | 24 |
| Binary | 1010000 | 10100 | 1010001 | 1 | 1001011 | 0 | 1000100 | 100101011 | 111100 | 10100 |
Color Harmonies of #501451
Complementary color
Monochromatic Colors of #501451
Black with #501451
Text Example
Text Example
White with #501451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501451; }
p { color: rgb(80,20,81); }
H1.HeaderClassName
{
color: #501451;
}
.AnyTagClassName
{
color: #501451;
}
</style>
background-color css
<style>
a { background-color: #501451; }
a { background-color: rgb(80,20,81); }
div.DivClassName
{
background-color: #501451;
}
.BgClassName
{
background-color: #501451;
}
</style>
border-color css
<style>
span { border-color: #501451; }
span { border-color: rgb(80,20,81); }
td.TdClassName
{
border-color: #501451;
}
.TagClassName
{
border-color: #501451;
}
</style>