Shades of Hot Purple #501953
Tints of Hot Purple #501953
RGB
CMYK
RGB Variations
Color information
#501953 (or 0x501953) is known color: Hot Purple. HEX triplet: 50, 19 and 53. RGB value is (80,25,83). Sum of RGB (Red+Green+Blue) = 80+25+83=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #501953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501953 is #AFE6AC. Grayscale: #2F2F2F. Windows color (decimal): -11527853 or 5445968. OLE color: 5445968.
HSL color Cylindrical-coordinate representation of color #501953: hue angle of 296.9º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501953 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 25 | 83 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.67 |
| HSL | 296.9º | 0.54% | 0.21% | - |
| HSV(B) | 296.9º | 0.7% | 0.33% | - |
| XYZ | 5.22 | 3.03 | 8.49 | - |
| YUV | 48.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 83 | 0.04 | 0.70 | 0 | 0.67 | 296.9 | 0.54 | 0.21 |
| Hex | 50 | 19 | 53 | 4 | 46 | 0 | 43 | 129 | 36 | 15 |
| Octal | 120 | 31 | 123 | 4 | 106 | 0 | 103 | 451 | 66 | 25 |
| Binary | 1010000 | 11001 | 1010011 | 100 | 1000110 | 0 | 1000011 | 100101001 | 110110 | 10101 |
Color Harmonies of #501953
Complementary color
Monochromatic Colors of #501953
Black with #501953
Text Example
Text Example
White with #501953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501953; }
p { color: rgb(80,25,83); }
H1.HeaderClassName
{
color: #501953;
}
.AnyTagClassName
{
color: #501953;
}
</style>
background-color css
<style>
a { background-color: #501953; }
a { background-color: rgb(80,25,83); }
div.DivClassName
{
background-color: #501953;
}
.BgClassName
{
background-color: #501953;
}
</style>
border-color css
<style>
span { border-color: #501953; }
span { border-color: rgb(80,25,83); }
td.TdClassName
{
border-color: #501953;
}
.TagClassName
{
border-color: #501953;
}
</style>