Shades of Hot Purple #501F5C
Tints of Hot Purple #501F5C
RGB
CMYK
RGB Variations
Color information
#501F5C (or 0x501F5C) is known color: Hot Purple. HEX triplet: 50, 1F and 5C. RGB value is (80,31,92). Sum of RGB (Red+Green+Blue) = 80+31+92=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #501F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501F5C is #AFE0A3. Grayscale: #343434. Windows color (decimal): -11526308 or 6037328. OLE color: 6037328.
HSL color Cylindrical-coordinate representation of color #501F5C: hue angle of 288.2º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501F5C is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 31 | 92 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.64 |
| HSL | 288.2º | 0.5% | 0.24% | - |
| HSV(B) | 288.2º | 0.66% | 0.36% | - |
| XYZ | 5.73 | 3.46 | 10.49 | - |
| YUV | 52.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 92 | 0.13 | 0.66 | 0 | 0.64 | 288.2 | 0.5 | 0.24 |
| Hex | 50 | 1F | 5C | D | 42 | 0 | 40 | 120 | 32 | 18 |
| Octal | 120 | 37 | 134 | 15 | 102 | 0 | 100 | 440 | 62 | 30 |
| Binary | 1010000 | 11111 | 1011100 | 1101 | 1000010 | 0 | 1000000 | 100100000 | 110010 | 11000 |
Color Harmonies of #501F5C
Complementary color
Monochromatic Colors of #501F5C
Black with #501F5C
Text Example
Text Example
White with #501F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F5C; }
p { color: rgb(80,31,92); }
H1.HeaderClassName
{
color: #501F5C;
}
.AnyTagClassName
{
color: #501F5C;
}
</style>
background-color css
<style>
a { background-color: #501F5C; }
a { background-color: rgb(80,31,92); }
div.DivClassName
{
background-color: #501F5C;
}
.BgClassName
{
background-color: #501F5C;
}
</style>
border-color css
<style>
span { border-color: #501F5C; }
span { border-color: rgb(80,31,92); }
td.TdClassName
{
border-color: #501F5C;
}
.TagClassName
{
border-color: #501F5C;
}
</style>