Shades of Purple #7D107C
Tints of Purple #7D107C
RGB
CMYK
RGB Variations
Color information
#7D107C (or 0x7D107C) is known color: Purple. HEX triplet: 7D, 10 and 7C. RGB value is (125,16,124). Sum of RGB (Red+Green+Blue) = 125+16+124=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D107C is #82EF83. Grayscale: #3C3C3C. Windows color (decimal): -8580996 or 8130685. OLE color: 8130685.
HSL color Cylindrical-coordinate representation of color #7D107C: hue angle of 300.55º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D107C is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 16 | 124 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.51 |
| HSL | 300.55º | 0.77% | 0.28% | - |
| HSV(B) | 300.55º | 0.87% | 0.49% | - |
| XYZ | 12.28 | 6.19 | 19.62 | - |
| YUV | 60.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 124 | 0 | 0.87 | 0.01 | 0.51 | 300.55 | 0.77 | 0.28 |
| Hex | 7D | 10 | 7C | 0 | 57 | 1 | 33 | 12D | 4D | 1C |
| Octal | 175 | 20 | 174 | 0 | 127 | 1 | 63 | 455 | 115 | 34 |
| Binary | 1111101 | 10000 | 1111100 | 0 | 1010111 | 1 | 110011 | 100101101 | 1001101 | 11100 |
Color Harmonies of #7D107C
Complementary color
Monochromatic Colors of #7D107C
Black with #7D107C
Text Example
Text Example
White with #7D107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D107C; }
p { color: rgb(125,16,124); }
H1.HeaderClassName
{
color: #7D107C;
}
.AnyTagClassName
{
color: #7D107C;
}
</style>
background-color css
<style>
a { background-color: #7D107C; }
a { background-color: rgb(125,16,124); }
div.DivClassName
{
background-color: #7D107C;
}
.BgClassName
{
background-color: #7D107C;
}
</style>
border-color css
<style>
span { border-color: #7D107C; }
span { border-color: rgb(125,16,124); }
td.TdClassName
{
border-color: #7D107C;
}
.TagClassName
{
border-color: #7D107C;
}
</style>