Shades of Hot Purple #501758
Tints of Hot Purple #501758
RGB
CMYK
RGB Variations
Color information
#501758 (or 0x501758) is known color: Hot Purple. HEX triplet: 50, 17 and 58. RGB value is (80,23,88). Sum of RGB (Red+Green+Blue) = 80+23+88=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #501758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501758 is #AFE8A7. Grayscale: #2F2F2F. Windows color (decimal): -11528360 or 5773136. OLE color: 5773136.
HSL color Cylindrical-coordinate representation of color #501758: hue angle of 292.62º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501758 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 23 | 88 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.65 |
| HSL | 292.62º | 0.59% | 0.22% | - |
| HSV(B) | 292.62º | 0.74% | 0.35% | - |
| XYZ | 5.38 | 3.02 | 9.53 | - |
| YUV | 47.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 88 | 0.09 | 0.74 | 0 | 0.65 | 292.62 | 0.59 | 0.22 |
| Hex | 50 | 17 | 58 | 9 | 4A | 0 | 41 | 125 | 3B | 16 |
| Octal | 120 | 27 | 130 | 11 | 112 | 0 | 101 | 445 | 73 | 26 |
| Binary | 1010000 | 10111 | 1011000 | 1001 | 1001010 | 0 | 1000001 | 100100101 | 111011 | 10110 |
Color Harmonies of #501758
Complementary color
Monochromatic Colors of #501758
Black with #501758
Text Example
Text Example
White with #501758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501758; }
p { color: rgb(80,23,88); }
H1.HeaderClassName
{
color: #501758;
}
.AnyTagClassName
{
color: #501758;
}
</style>
background-color css
<style>
a { background-color: #501758; }
a { background-color: rgb(80,23,88); }
div.DivClassName
{
background-color: #501758;
}
.BgClassName
{
background-color: #501758;
}
</style>
border-color css
<style>
span { border-color: #501758; }
span { border-color: rgb(80,23,88); }
td.TdClassName
{
border-color: #501758;
}
.TagClassName
{
border-color: #501758;
}
</style>