Shades of Hot Purple #501654
Tints of Hot Purple #501654
RGB
CMYK
RGB Variations
Color information
#501654 (or 0x501654) is known color: Hot Purple. HEX triplet: 50, 16 and 54. RGB value is (80,22,84). Sum of RGB (Red+Green+Blue) = 80+22+84=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #501654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501654 is #AFE9AB. Grayscale: #2E2E2E. Windows color (decimal): -11528620 or 5510736. OLE color: 5510736.
HSL color Cylindrical-coordinate representation of color #501654: hue angle of 296.13º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501654 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 22 | 84 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.67 |
| HSL | 296.13º | 0.58% | 0.21% | - |
| HSV(B) | 296.13º | 0.74% | 0.33% | - |
| XYZ | 5.2 | 2.92 | 8.68 | - |
| YUV | 46.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 84 | 0.05 | 0.74 | 0 | 0.67 | 296.13 | 0.58 | 0.21 |
| Hex | 50 | 16 | 54 | 5 | 4A | 0 | 43 | 128 | 3A | 15 |
| Octal | 120 | 26 | 124 | 5 | 112 | 0 | 103 | 450 | 72 | 25 |
| Binary | 1010000 | 10110 | 1010100 | 101 | 1001010 | 0 | 1000011 | 100101000 | 111010 | 10101 |
Color Harmonies of #501654
Complementary color
Monochromatic Colors of #501654
Black with #501654
Text Example
Text Example
White with #501654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501654; }
p { color: rgb(80,22,84); }
H1.HeaderClassName
{
color: #501654;
}
.AnyTagClassName
{
color: #501654;
}
</style>
background-color css
<style>
a { background-color: #501654; }
a { background-color: rgb(80,22,84); }
div.DivClassName
{
background-color: #501654;
}
.BgClassName
{
background-color: #501654;
}
</style>
border-color css
<style>
span { border-color: #501654; }
span { border-color: rgb(80,22,84); }
td.TdClassName
{
border-color: #501654;
}
.TagClassName
{
border-color: #501654;
}
</style>