Shades of Hot Purple #501C50
Tints of Hot Purple #501C50
RGB
CMYK
RGB Variations
Color information
#501C50 (or 0x501C50) is known color: Hot Purple. HEX triplet: 50, 1C and 50. RGB value is (80,28,80). Sum of RGB (Red+Green+Blue) = 80+28+80=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #501C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C50 is #AFE3AF. Grayscale: #313131. Windows color (decimal): -11527088 or 5250128. OLE color: 5250128.
HSL color Cylindrical-coordinate representation of color #501C50: hue angle of 300º 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 #501C50 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 80 | - |
| CMYK | 0 | 0.65 | 0 | 0.69 |
| HSL | 300º | 0.48% | 0.21% | - |
| HSV(B) | 300º | 0.65% | 0.31% | - |
| XYZ | 5.17 | 3.12 | 7.92 | - |
| YUV | 49.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 80 | 0 | 0.65 | 0 | 0.69 | 300 | 0.48 | 0.21 |
| Hex | 50 | 1C | 50 | 0 | 41 | 0 | 45 | 12C | 30 | 15 |
| Octal | 120 | 34 | 120 | 0 | 101 | 0 | 105 | 454 | 60 | 25 |
| Binary | 1010000 | 11100 | 1010000 | 0 | 1000001 | 0 | 1000101 | 100101100 | 110000 | 10101 |
Color Harmonies of #501C50
Complementary color
Monochromatic Colors of #501C50
Black with #501C50
Text Example
Text Example
White with #501C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C50; }
p { color: rgb(80,28,80); }
H1.HeaderClassName
{
color: #501C50;
}
.AnyTagClassName
{
color: #501C50;
}
</style>
background-color css
<style>
a { background-color: #501C50; }
a { background-color: rgb(80,28,80); }
div.DivClassName
{
background-color: #501C50;
}
.BgClassName
{
background-color: #501C50;
}
</style>
border-color css
<style>
span { border-color: #501C50; }
span { border-color: rgb(80,28,80); }
td.TdClassName
{
border-color: #501C50;
}
.TagClassName
{
border-color: #501C50;
}
</style>