Shades of Hot Purple #501558
Tints of Hot Purple #501558
RGB
CMYK
RGB Variations
Color information
#501558 (or 0x501558) is known color: Hot Purple. HEX triplet: 50, 15 and 58. RGB value is (80,21,88). Sum of RGB (Red+Green+Blue) = 80+21+88=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #501558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501558 is #AFEAA7. Grayscale: #2E2E2E. Windows color (decimal): -11528872 or 5772624. OLE color: 5772624.
HSL color Cylindrical-coordinate representation of color #501558: hue angle of 292.84º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501558 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 21 | 88 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.65 |
| HSL | 292.84º | 0.61% | 0.21% | - |
| HSV(B) | 292.84º | 0.76% | 0.35% | - |
| XYZ | 5.34 | 2.95 | 9.52 | - |
| YUV | 46.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 88 | 0.09 | 0.76 | 0 | 0.65 | 292.84 | 0.61 | 0.21 |
| Hex | 50 | 15 | 58 | 9 | 4C | 0 | 41 | 125 | 3D | 15 |
| Octal | 120 | 25 | 130 | 11 | 114 | 0 | 101 | 445 | 75 | 25 |
| Binary | 1010000 | 10101 | 1011000 | 1001 | 1001100 | 0 | 1000001 | 100100101 | 111101 | 10101 |
Color Harmonies of #501558
Complementary color
Monochromatic Colors of #501558
Black with #501558
Text Example
Text Example
White with #501558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501558; }
p { color: rgb(80,21,88); }
H1.HeaderClassName
{
color: #501558;
}
.AnyTagClassName
{
color: #501558;
}
</style>
background-color css
<style>
a { background-color: #501558; }
a { background-color: rgb(80,21,88); }
div.DivClassName
{
background-color: #501558;
}
.BgClassName
{
background-color: #501558;
}
</style>
border-color css
<style>
span { border-color: #501558; }
span { border-color: rgb(80,21,88); }
td.TdClassName
{
border-color: #501558;
}
.TagClassName
{
border-color: #501558;
}
</style>