Shades of Hot Purple #501354
Tints of Hot Purple #501354
RGB
CMYK
RGB Variations
Color information
#501354 (or 0x501354) is known color: Hot Purple. HEX triplet: 50, 13 and 54. RGB value is (80,19,84). Sum of RGB (Red+Green+Blue) = 80+19+84=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #501354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501354 is #AFECAB. Grayscale: #2C2C2C. Windows color (decimal): -11529388 or 5509968. OLE color: 5509968.
HSL color Cylindrical-coordinate representation of color #501354: hue angle of 296.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501354 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 19 | 84 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.67 |
| HSL | 296.31º | 0.63% | 0.2% | - |
| HSV(B) | 296.31º | 0.77% | 0.33% | - |
| XYZ | 5.14 | 2.81 | 8.66 | - |
| YUV | 44.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 84 | 0.05 | 0.77 | 0 | 0.67 | 296.31 | 0.63 | 0.2 |
| Hex | 50 | 13 | 54 | 5 | 4D | 0 | 43 | 128 | 3F | 14 |
| Octal | 120 | 23 | 124 | 5 | 115 | 0 | 103 | 450 | 77 | 24 |
| Binary | 1010000 | 10011 | 1010100 | 101 | 1001101 | 0 | 1000011 | 100101000 | 111111 | 10100 |
Color Harmonies of #501354
Complementary color
Monochromatic Colors of #501354
Black with #501354
Text Example
Text Example
White with #501354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501354; }
p { color: rgb(80,19,84); }
H1.HeaderClassName
{
color: #501354;
}
.AnyTagClassName
{
color: #501354;
}
</style>
background-color css
<style>
a { background-color: #501354; }
a { background-color: rgb(80,19,84); }
div.DivClassName
{
background-color: #501354;
}
.BgClassName
{
background-color: #501354;
}
</style>
border-color css
<style>
span { border-color: #501354; }
span { border-color: rgb(80,19,84); }
td.TdClassName
{
border-color: #501354;
}
.TagClassName
{
border-color: #501354;
}
</style>