Shades of Hot Purple #501A4E
Tints of Hot Purple #501A4E
RGB
CMYK
RGB Variations
Color information
#501A4E (or 0x501A4E) is known color: Hot Purple. HEX triplet: 50, 1A and 4E. RGB value is (80,26,78). Sum of RGB (Red+Green+Blue) = 80+26+78=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #501A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A4E is #AFE5B1. Grayscale: #2F2F2F. Windows color (decimal): -11527602 or 5118544. OLE color: 5118544.
HSL color Cylindrical-coordinate representation of color #501A4E: hue angle of 302.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A4E is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 78 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.69 |
| HSL | 302.22º | 0.51% | 0.21% | - |
| HSV(B) | 302.22º | 0.68% | 0.31% | - |
| XYZ | 5.05 | 2.99 | 7.52 | - |
| YUV | 48.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 78 | 0 | 0.67 | 0.02 | 0.69 | 302.22 | 0.51 | 0.21 |
| Hex | 50 | 1A | 4E | 0 | 43 | 2 | 45 | 12E | 33 | 15 |
| Octal | 120 | 32 | 116 | 0 | 103 | 2 | 105 | 456 | 63 | 25 |
| Binary | 1010000 | 11010 | 1001110 | 0 | 1000011 | 10 | 1000101 | 100101110 | 110011 | 10101 |
Color Harmonies of #501A4E
Complementary color
Monochromatic Colors of #501A4E
Black with #501A4E
Text Example
Text Example
White with #501A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A4E; }
p { color: rgb(80,26,78); }
H1.HeaderClassName
{
color: #501A4E;
}
.AnyTagClassName
{
color: #501A4E;
}
</style>
background-color css
<style>
a { background-color: #501A4E; }
a { background-color: rgb(80,26,78); }
div.DivClassName
{
background-color: #501A4E;
}
.BgClassName
{
background-color: #501A4E;
}
</style>
border-color css
<style>
span { border-color: #501A4E; }
span { border-color: rgb(80,26,78); }
td.TdClassName
{
border-color: #501A4E;
}
.TagClassName
{
border-color: #501A4E;
}
</style>