Shades of Purple #7D108D
Tints of Purple #7D108D
RGB
CMYK
RGB Variations
Color information
#7D108D (or 0x7D108D) is known color: Purple. HEX triplet: 7D, 10 and 8D. RGB value is (125,16,141). Sum of RGB (Red+Green+Blue) = 125+16+141=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D108D is #82EF72. Grayscale: #3E3E3E. Windows color (decimal): -8580979 or 9244797. OLE color: 9244797.
HSL color Cylindrical-coordinate representation of color #7D108D: hue angle of 292.32º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D108D is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 16 | 141 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.45 |
| HSL | 292.32º | 0.8% | 0.31% | - |
| HSV(B) | 292.32º | 0.89% | 0.55% | - |
| XYZ | 13.45 | 6.65 | 25.77 | - |
| YUV | 62.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 141 | 0.11 | 0.89 | 0 | 0.45 | 292.32 | 0.8 | 0.31 |
| Hex | 7D | 10 | 8D | B | 59 | 0 | 2D | 124 | 50 | 1F |
| Octal | 175 | 20 | 215 | 13 | 131 | 0 | 55 | 444 | 120 | 37 |
| Binary | 1111101 | 10000 | 10001101 | 1011 | 1011001 | 0 | 101101 | 100100100 | 1010000 | 11111 |
Color Harmonies of #7D108D
Complementary color
Monochromatic Colors of #7D108D
Black with #7D108D
Text Example
Text Example
White with #7D108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D108D; }
p { color: rgb(125,16,141); }
H1.HeaderClassName
{
color: #7D108D;
}
.AnyTagClassName
{
color: #7D108D;
}
</style>
background-color css
<style>
a { background-color: #7D108D; }
a { background-color: rgb(125,16,141); }
div.DivClassName
{
background-color: #7D108D;
}
.BgClassName
{
background-color: #7D108D;
}
</style>
border-color css
<style>
span { border-color: #7D108D; }
span { border-color: rgb(125,16,141); }
td.TdClassName
{
border-color: #7D108D;
}
.TagClassName
{
border-color: #7D108D;
}
</style>