Shades of Hot Purple #501C55
Tints of Hot Purple #501C55
RGB
CMYK
RGB Variations
Color information
#501C55 (or 0x501C55) is known color: Hot Purple. HEX triplet: 50, 1C and 55. RGB value is (80,28,85). Sum of RGB (Red+Green+Blue) = 80+28+85=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #501C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C55 is #AFE3AA. Grayscale: #313131. Windows color (decimal): -11527083 or 5577808. OLE color: 5577808.
HSL color Cylindrical-coordinate representation of color #501C55: hue angle of 294.74º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #501C55 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 28 | 85 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.67 |
| HSL | 294.74º | 0.5% | 0.22% | - |
| HSV(B) | 294.74º | 0.67% | 0.33% | - |
| XYZ | 5.36 | 3.19 | 8.93 | - |
| YUV | 50.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 85 | 0.06 | 0.67 | 0 | 0.67 | 294.74 | 0.5 | 0.22 |
| Hex | 50 | 1C | 55 | 6 | 43 | 0 | 43 | 127 | 32 | 16 |
| Octal | 120 | 34 | 125 | 6 | 103 | 0 | 103 | 447 | 62 | 26 |
| Binary | 1010000 | 11100 | 1010101 | 110 | 1000011 | 0 | 1000011 | 100100111 | 110010 | 10110 |
Color Harmonies of #501C55
Complementary color
Monochromatic Colors of #501C55
Black with #501C55
Text Example
Text Example
White with #501C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C55; }
p { color: rgb(80,28,85); }
H1.HeaderClassName
{
color: #501C55;
}
.AnyTagClassName
{
color: #501C55;
}
</style>
background-color css
<style>
a { background-color: #501C55; }
a { background-color: rgb(80,28,85); }
div.DivClassName
{
background-color: #501C55;
}
.BgClassName
{
background-color: #501C55;
}
</style>
border-color css
<style>
span { border-color: #501C55; }
span { border-color: rgb(80,28,85); }
td.TdClassName
{
border-color: #501C55;
}
.TagClassName
{
border-color: #501C55;
}
</style>