Shades of Purple #80107D
Tints of Purple #80107D
RGB
CMYK
RGB Variations
Color information
#80107D (or 0x80107D) is known color: Purple. HEX triplet: 80, 10 and 7D. RGB value is (128,16,125). Sum of RGB (Red+Green+Blue) = 128+16+125=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #80107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80107D is #7FEF82. Grayscale: #3D3D3D. Windows color (decimal): -8384387 or 8196224. OLE color: 8196224.
HSL color Cylindrical-coordinate representation of color #80107D: hue angle of 301.61º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80107D is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 125 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.50 |
| HSL | 301.61º | 0.78% | 0.28% | - |
| HSV(B) | 301.61º | 0.88% | 0.5% | - |
| XYZ | 12.79 | 6.44 | 19.97 | - |
| YUV | 61.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 125 | 0 | 0.88 | 0.02 | 0.50 | 301.61 | 0.78 | 0.28 |
| Hex | 80 | 10 | 7D | 0 | 58 | 2 | 32 | 12E | 4E | 1C |
| Octal | 200 | 20 | 175 | 0 | 130 | 2 | 62 | 456 | 116 | 34 |
| Binary | 10000000 | 10000 | 1111101 | 0 | 1011000 | 10 | 110010 | 100101110 | 1001110 | 11100 |
Color Harmonies of #80107D
Complementary color
Monochromatic Colors of #80107D
Black with #80107D
Text Example
Text Example
White with #80107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80107D; }
p { color: rgb(128,16,125); }
H1.HeaderClassName
{
color: #80107D;
}
.AnyTagClassName
{
color: #80107D;
}
</style>
background-color css
<style>
a { background-color: #80107D; }
a { background-color: rgb(128,16,125); }
div.DivClassName
{
background-color: #80107D;
}
.BgClassName
{
background-color: #80107D;
}
</style>
border-color css
<style>
span { border-color: #80107D; }
span { border-color: rgb(128,16,125); }
td.TdClassName
{
border-color: #80107D;
}
.TagClassName
{
border-color: #80107D;
}
</style>