Shades of Hot Purple #501958
Tints of Hot Purple #501958
RGB
CMYK
RGB Variations
Color information
#501958 (or 0x501958) is known color: Hot Purple. HEX triplet: 50, 19 and 58. RGB value is (80,25,88). Sum of RGB (Red+Green+Blue) = 80+25+88=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #501958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501958 is #AFE6A7. Grayscale: #303030. Windows color (decimal): -11527848 or 5773648. OLE color: 5773648.
HSL color Cylindrical-coordinate representation of color #501958: hue angle of 292.38º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #501958 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 25 | 88 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.65 |
| HSL | 292.38º | 0.56% | 0.22% | - |
| HSV(B) | 292.38º | 0.72% | 0.35% | - |
| XYZ | 5.42 | 3.11 | 9.55 | - |
| YUV | 48.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 88 | 0.09 | 0.72 | 0 | 0.65 | 292.38 | 0.56 | 0.22 |
| Hex | 50 | 19 | 58 | 9 | 48 | 0 | 41 | 124 | 38 | 16 |
| Octal | 120 | 31 | 130 | 11 | 110 | 0 | 101 | 444 | 70 | 26 |
| Binary | 1010000 | 11001 | 1011000 | 1001 | 1001000 | 0 | 1000001 | 100100100 | 111000 | 10110 |
Color Harmonies of #501958
Complementary color
Monochromatic Colors of #501958
Black with #501958
Text Example
Text Example
White with #501958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501958; }
p { color: rgb(80,25,88); }
H1.HeaderClassName
{
color: #501958;
}
.AnyTagClassName
{
color: #501958;
}
</style>
background-color css
<style>
a { background-color: #501958; }
a { background-color: rgb(80,25,88); }
div.DivClassName
{
background-color: #501958;
}
.BgClassName
{
background-color: #501958;
}
</style>
border-color css
<style>
span { border-color: #501958; }
span { border-color: rgb(80,25,88); }
td.TdClassName
{
border-color: #501958;
}
.TagClassName
{
border-color: #501958;
}
</style>