Shades of Purple #7D158D
Tints of Purple #7D158D
RGB
CMYK
RGB Variations
Color information
#7D158D (or 0x7D158D) is known color: Purple. HEX triplet: 7D, 15 and 8D. RGB value is (125,21,141). Sum of RGB (Red+Green+Blue) = 125+21+141=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D158D is #82EA72. Grayscale: #414141. Windows color (decimal): -8579699 or 9246077. OLE color: 9246077.
HSL color Cylindrical-coordinate representation of color #7D158D: hue angle of 292º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D158D is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 21 | 141 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.45 |
| HSL | 292º | 0.74% | 0.32% | - |
| HSV(B) | 292º | 0.85% | 0.55% | - |
| XYZ | 13.53 | 6.82 | 25.8 | - |
| YUV | 65.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 141 | 0.11 | 0.85 | 0 | 0.45 | 292 | 0.74 | 0.32 |
| Hex | 7D | 15 | 8D | B | 55 | 0 | 2D | 124 | 4A | 20 |
| Octal | 175 | 25 | 215 | 13 | 125 | 0 | 55 | 444 | 112 | 40 |
| Binary | 1111101 | 10101 | 10001101 | 1011 | 1010101 | 0 | 101101 | 100100100 | 1001010 | 100000 |
Color Harmonies of #7D158D
Complementary color
Monochromatic Colors of #7D158D
Black with #7D158D
Text Example
Text Example
White with #7D158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D158D; }
p { color: rgb(125,21,141); }
H1.HeaderClassName
{
color: #7D158D;
}
.AnyTagClassName
{
color: #7D158D;
}
</style>
background-color css
<style>
a { background-color: #7D158D; }
a { background-color: rgb(125,21,141); }
div.DivClassName
{
background-color: #7D158D;
}
.BgClassName
{
background-color: #7D158D;
}
</style>
border-color css
<style>
span { border-color: #7D158D; }
span { border-color: rgb(125,21,141); }
td.TdClassName
{
border-color: #7D158D;
}
.TagClassName
{
border-color: #7D158D;
}
</style>