Shades of Hot Purple #501C4E
Tints of Hot Purple #501C4E
RGB
CMYK
RGB Variations
Color information
#501C4E (or 0x501C4E) is known color: Hot Purple. HEX triplet: 50, 1C and 4E. RGB value is (80,28,78). Sum of RGB (Red+Green+Blue) = 80+28+78=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #501C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C4E is #AFE3B1. Grayscale: #313131. Windows color (decimal): -11527090 or 5119056. OLE color: 5119056.
HSL color Cylindrical-coordinate representation of color #501C4E: hue angle of 302.31º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C4E is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 78 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.69 |
| HSL | 302.31º | 0.48% | 0.21% | - |
| HSV(B) | 302.31º | 0.65% | 0.31% | - |
| XYZ | 5.1 | 3.09 | 7.53 | - |
| YUV | 49.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 78 | 0 | 0.65 | 0.02 | 0.69 | 302.31 | 0.48 | 0.21 |
| Hex | 50 | 1C | 4E | 0 | 41 | 2 | 45 | 12E | 30 | 15 |
| Octal | 120 | 34 | 116 | 0 | 101 | 2 | 105 | 456 | 60 | 25 |
| Binary | 1010000 | 11100 | 1001110 | 0 | 1000001 | 10 | 1000101 | 100101110 | 110000 | 10101 |
Color Harmonies of #501C4E
Complementary color
Monochromatic Colors of #501C4E
Black with #501C4E
Text Example
Text Example
White with #501C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C4E; }
p { color: rgb(80,28,78); }
H1.HeaderClassName
{
color: #501C4E;
}
.AnyTagClassName
{
color: #501C4E;
}
</style>
background-color css
<style>
a { background-color: #501C4E; }
a { background-color: rgb(80,28,78); }
div.DivClassName
{
background-color: #501C4E;
}
.BgClassName
{
background-color: #501C4E;
}
</style>
border-color css
<style>
span { border-color: #501C4E; }
span { border-color: rgb(80,28,78); }
td.TdClassName
{
border-color: #501C4E;
}
.TagClassName
{
border-color: #501C4E;
}
</style>