Shades of Purple #80117D
Tints of Purple #80117D
RGB
CMYK
RGB Variations
Color information
#80117D (or 0x80117D) is known color: Purple. HEX triplet: 80, 11 and 7D. RGB value is (128,17,125). Sum of RGB (Red+Green+Blue) = 128+17+125=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80117D is #7FEE82. Grayscale: #3E3E3E. Windows color (decimal): -8384131 or 8196480. OLE color: 8196480.
HSL color Cylindrical-coordinate representation of color #80117D: hue angle of 301.62º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80117D is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 17 | 125 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.50 |
| HSL | 301.62º | 0.77% | 0.28% | - |
| HSV(B) | 301.62º | 0.87% | 0.5% | - |
| XYZ | 12.8 | 6.47 | 19.98 | - |
| YUV | 62.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 125 | 0 | 0.87 | 0.02 | 0.50 | 301.62 | 0.77 | 0.28 |
| Hex | 80 | 11 | 7D | 0 | 57 | 2 | 32 | 12E | 4D | 1C |
| Octal | 200 | 21 | 175 | 0 | 127 | 2 | 62 | 456 | 115 | 34 |
| Binary | 10000000 | 10001 | 1111101 | 0 | 1010111 | 10 | 110010 | 100101110 | 1001101 | 11100 |
Color Harmonies of #80117D
Complementary color
Monochromatic Colors of #80117D
Black with #80117D
Text Example
Text Example
White with #80117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80117D; }
p { color: rgb(128,17,125); }
H1.HeaderClassName
{
color: #80117D;
}
.AnyTagClassName
{
color: #80117D;
}
</style>
background-color css
<style>
a { background-color: #80117D; }
a { background-color: rgb(128,17,125); }
div.DivClassName
{
background-color: #80117D;
}
.BgClassName
{
background-color: #80117D;
}
</style>
border-color css
<style>
span { border-color: #80117D; }
span { border-color: rgb(128,17,125); }
td.TdClassName
{
border-color: #80117D;
}
.TagClassName
{
border-color: #80117D;
}
</style>