Shades of Hot Purple #501355
Tints of Hot Purple #501355
RGB
CMYK
RGB Variations
Color information
#501355 (or 0x501355) is known color: Hot Purple. HEX triplet: 50, 13 and 55. RGB value is (80,19,85). Sum of RGB (Red+Green+Blue) = 80+19+85=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #501355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501355 is #AFECAA. Grayscale: #2C2C2C. Windows color (decimal): -11529387 or 5575504. OLE color: 5575504.
HSL color Cylindrical-coordinate representation of color #501355: hue angle of 295.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501355 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 19 | 85 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.67 |
| HSL | 295.45º | 0.63% | 0.2% | - |
| HSV(B) | 295.45º | 0.78% | 0.33% | - |
| XYZ | 5.18 | 2.83 | 8.87 | - |
| YUV | 44.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 85 | 0.06 | 0.78 | 0 | 0.67 | 295.45 | 0.63 | 0.2 |
| Hex | 50 | 13 | 55 | 6 | 4E | 0 | 43 | 127 | 3F | 14 |
| Octal | 120 | 23 | 125 | 6 | 116 | 0 | 103 | 447 | 77 | 24 |
| Binary | 1010000 | 10011 | 1010101 | 110 | 1001110 | 0 | 1000011 | 100100111 | 111111 | 10100 |
Color Harmonies of #501355
Complementary color
Monochromatic Colors of #501355
Black with #501355
Text Example
Text Example
White with #501355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501355; }
p { color: rgb(80,19,85); }
H1.HeaderClassName
{
color: #501355;
}
.AnyTagClassName
{
color: #501355;
}
</style>
background-color css
<style>
a { background-color: #501355; }
a { background-color: rgb(80,19,85); }
div.DivClassName
{
background-color: #501355;
}
.BgClassName
{
background-color: #501355;
}
</style>
border-color css
<style>
span { border-color: #501355; }
span { border-color: rgb(80,19,85); }
td.TdClassName
{
border-color: #501355;
}
.TagClassName
{
border-color: #501355;
}
</style>