Shades of Hot Purple #500755
Tints of Hot Purple #500755
RGB
CMYK
RGB Variations
Color information
#500755 (or 0x500755) is known color: Hot Purple. HEX triplet: 50, 07 and 55. RGB value is (80,7,85). Sum of RGB (Red+Green+Blue) = 80+7+85=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #500755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500755 is #AFF8AA. Grayscale: #252525. Windows color (decimal): -11532459 or 5572432. OLE color: 5572432.
HSL color Cylindrical-coordinate representation of color #500755: hue angle of 296.15º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500755 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 7 | 85 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.67 |
| HSL | 296.15º | 0.85% | 0.18% | - |
| HSV(B) | 296.15º | 0.92% | 0.33% | - |
| XYZ | 5.02 | 2.51 | 8.81 | - |
| YUV | 37.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 85 | 0.06 | 0.92 | 0 | 0.67 | 296.15 | 0.85 | 0.18 |
| Hex | 50 | 7 | 55 | 6 | 5C | 0 | 43 | 128 | 55 | 12 |
| Octal | 120 | 7 | 125 | 6 | 134 | 0 | 103 | 450 | 125 | 22 |
| Binary | 1010000 | 111 | 1010101 | 110 | 1011100 | 0 | 1000011 | 100101000 | 1010101 | 10010 |
Color Harmonies of #500755
Complementary color
Monochromatic Colors of #500755
Black with #500755
Text Example
Text Example
White with #500755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500755; }
p { color: rgb(80,7,85); }
H1.HeaderClassName
{
color: #500755;
}
.AnyTagClassName
{
color: #500755;
}
</style>
background-color css
<style>
a { background-color: #500755; }
a { background-color: rgb(80,7,85); }
div.DivClassName
{
background-color: #500755;
}
.BgClassName
{
background-color: #500755;
}
</style>
border-color css
<style>
span { border-color: #500755; }
span { border-color: rgb(80,7,85); }
td.TdClassName
{
border-color: #500755;
}
.TagClassName
{
border-color: #500755;
}
</style>