Shades of Hot Purple #501C51
Tints of Hot Purple #501C51
RGB
CMYK
RGB Variations
Color information
#501C51 (or 0x501C51) is known color: Hot Purple. HEX triplet: 50, 1C and 51. RGB value is (80,28,81). Sum of RGB (Red+Green+Blue) = 80+28+81=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #501C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C51 is #AFE3AE. Grayscale: #313131. Windows color (decimal): -11527087 or 5315664. OLE color: 5315664.
HSL color Cylindrical-coordinate representation of color #501C51: hue angle of 298.87º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C51 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 28 | 81 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.68 |
| HSL | 298.87º | 0.49% | 0.21% | - |
| HSV(B) | 298.87º | 0.65% | 0.32% | - |
| XYZ | 5.21 | 3.13 | 8.11 | - |
| YUV | 49.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 81 | 0.01 | 0.65 | 0 | 0.68 | 298.87 | 0.49 | 0.21 |
| Hex | 50 | 1C | 51 | 1 | 41 | 0 | 44 | 12B | 31 | 15 |
| Octal | 120 | 34 | 121 | 1 | 101 | 0 | 104 | 453 | 61 | 25 |
| Binary | 1010000 | 11100 | 1010001 | 1 | 1000001 | 0 | 1000100 | 100101011 | 110001 | 10101 |
Color Harmonies of #501C51
Complementary color
Monochromatic Colors of #501C51
Black with #501C51
Text Example
Text Example
White with #501C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C51; }
p { color: rgb(80,28,81); }
H1.HeaderClassName
{
color: #501C51;
}
.AnyTagClassName
{
color: #501C51;
}
</style>
background-color css
<style>
a { background-color: #501C51; }
a { background-color: rgb(80,28,81); }
div.DivClassName
{
background-color: #501C51;
}
.BgClassName
{
background-color: #501C51;
}
</style>
border-color css
<style>
span { border-color: #501C51; }
span { border-color: rgb(80,28,81); }
td.TdClassName
{
border-color: #501C51;
}
.TagClassName
{
border-color: #501C51;
}
</style>