Shades of Hot Purple #501A55
Tints of Hot Purple #501A55
RGB
CMYK
RGB Variations
Color information
#501A55 (or 0x501A55) is known color: Hot Purple. HEX triplet: 50, 1A and 55. RGB value is (80,26,85). Sum of RGB (Red+Green+Blue) = 80+26+85=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #501A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A55 is #AFE5AA. Grayscale: #303030. Windows color (decimal): -11527595 or 5577296. OLE color: 5577296.
HSL color Cylindrical-coordinate representation of color #501A55: hue angle of 294.92º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #501A55 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 26 | 85 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.67 |
| HSL | 294.92º | 0.53% | 0.22% | - |
| HSV(B) | 294.92º | 0.69% | 0.33% | - |
| XYZ | 5.32 | 3.1 | 8.91 | - |
| YUV | 48.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 85 | 0.06 | 0.69 | 0 | 0.67 | 294.92 | 0.53 | 0.22 |
| Hex | 50 | 1A | 55 | 6 | 45 | 0 | 43 | 127 | 35 | 16 |
| Octal | 120 | 32 | 125 | 6 | 105 | 0 | 103 | 447 | 65 | 26 |
| Binary | 1010000 | 11010 | 1010101 | 110 | 1000101 | 0 | 1000011 | 100100111 | 110101 | 10110 |
Color Harmonies of #501A55
Complementary color
Monochromatic Colors of #501A55
Black with #501A55
Text Example
Text Example
White with #501A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A55; }
p { color: rgb(80,26,85); }
H1.HeaderClassName
{
color: #501A55;
}
.AnyTagClassName
{
color: #501A55;
}
</style>
background-color css
<style>
a { background-color: #501A55; }
a { background-color: rgb(80,26,85); }
div.DivClassName
{
background-color: #501A55;
}
.BgClassName
{
background-color: #501A55;
}
</style>
border-color css
<style>
span { border-color: #501A55; }
span { border-color: rgb(80,26,85); }
td.TdClassName
{
border-color: #501A55;
}
.TagClassName
{
border-color: #501A55;
}
</style>