Shades of Hot Purple #501553
Tints of Hot Purple #501553
RGB
CMYK
RGB Variations
Color information
#501553 (or 0x501553) is known color: Hot Purple. HEX triplet: 50, 15 and 53. RGB value is (80,21,83). Sum of RGB (Red+Green+Blue) = 80+21+83=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #501553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501553 is #AFEAAC. Grayscale: #2D2D2D. Windows color (decimal): -11528877 or 5444944. OLE color: 5444944.
HSL color Cylindrical-coordinate representation of color #501553: hue angle of 297.1º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501553 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 21 | 83 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.67 |
| HSL | 297.1º | 0.6% | 0.2% | - |
| HSV(B) | 297.1º | 0.75% | 0.33% | - |
| XYZ | 5.14 | 2.87 | 8.47 | - |
| YUV | 45.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 83 | 0.04 | 0.75 | 0 | 0.67 | 297.1 | 0.6 | 0.2 |
| Hex | 50 | 15 | 53 | 4 | 4B | 0 | 43 | 129 | 3C | 14 |
| Octal | 120 | 25 | 123 | 4 | 113 | 0 | 103 | 451 | 74 | 24 |
| Binary | 1010000 | 10101 | 1010011 | 100 | 1001011 | 0 | 1000011 | 100101001 | 111100 | 10100 |
Color Harmonies of #501553
Complementary color
Monochromatic Colors of #501553
Black with #501553
Text Example
Text Example
White with #501553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501553; }
p { color: rgb(80,21,83); }
H1.HeaderClassName
{
color: #501553;
}
.AnyTagClassName
{
color: #501553;
}
</style>
background-color css
<style>
a { background-color: #501553; }
a { background-color: rgb(80,21,83); }
div.DivClassName
{
background-color: #501553;
}
.BgClassName
{
background-color: #501553;
}
</style>
border-color css
<style>
span { border-color: #501553; }
span { border-color: rgb(80,21,83); }
td.TdClassName
{
border-color: #501553;
}
.TagClassName
{
border-color: #501553;
}
</style>