Shades of Hot Purple #501C56
Tints of Hot Purple #501C56
RGB
CMYK
RGB Variations
Color information
#501C56 (or 0x501C56) is known color: Hot Purple. HEX triplet: 50, 1C and 56. RGB value is (80,28,86). Sum of RGB (Red+Green+Blue) = 80+28+86=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #501C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C56 is #AFE3A9. Grayscale: #313131. Windows color (decimal): -11527082 or 5643344. OLE color: 5643344.
HSL color Cylindrical-coordinate representation of color #501C56: hue angle of 293.79º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #501C56 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 28 | 86 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.66 |
| HSL | 293.79º | 0.51% | 0.22% | - |
| HSV(B) | 293.79º | 0.67% | 0.34% | - |
| XYZ | 5.4 | 3.21 | 9.14 | - |
| YUV | 50.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 86 | 0.07 | 0.67 | 0 | 0.66 | 293.79 | 0.51 | 0.22 |
| Hex | 50 | 1C | 56 | 7 | 43 | 0 | 42 | 126 | 33 | 16 |
| Octal | 120 | 34 | 126 | 7 | 103 | 0 | 102 | 446 | 63 | 26 |
| Binary | 1010000 | 11100 | 1010110 | 111 | 1000011 | 0 | 1000010 | 100100110 | 110011 | 10110 |
Color Harmonies of #501C56
Complementary color
Monochromatic Colors of #501C56
Black with #501C56
Text Example
Text Example
White with #501C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C56; }
p { color: rgb(80,28,86); }
H1.HeaderClassName
{
color: #501C56;
}
.AnyTagClassName
{
color: #501C56;
}
</style>
background-color css
<style>
a { background-color: #501C56; }
a { background-color: rgb(80,28,86); }
div.DivClassName
{
background-color: #501C56;
}
.BgClassName
{
background-color: #501C56;
}
</style>
border-color css
<style>
span { border-color: #501C56; }
span { border-color: rgb(80,28,86); }
td.TdClassName
{
border-color: #501C56;
}
.TagClassName
{
border-color: #501C56;
}
</style>