Shades of Purple #7D108A
Tints of Purple #7D108A
RGB
CMYK
RGB Variations
Color information
#7D108A (or 0x7D108A) is known color: Purple. HEX triplet: 7D, 10 and 8A. RGB value is (125,16,138). Sum of RGB (Red+Green+Blue) = 125+16+138=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D108A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D108A is #82EF75. Grayscale: #3E3E3E. Windows color (decimal): -8580982 or 9048189. OLE color: 9048189.
HSL color Cylindrical-coordinate representation of color #7D108A: hue angle of 293.61º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D108A is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 16 | 138 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.46 |
| HSL | 293.61º | 0.79% | 0.3% | - |
| HSV(B) | 293.61º | 0.88% | 0.54% | - |
| XYZ | 13.23 | 6.57 | 24.61 | - |
| YUV | 62.5 | 170.61 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 138 | 0.09 | 0.88 | 0 | 0.46 | 293.61 | 0.79 | 0.3 |
| Hex | 7D | 10 | 8A | 9 | 58 | 0 | 2E | 126 | 4F | 1E |
| Octal | 175 | 20 | 212 | 11 | 130 | 0 | 56 | 446 | 117 | 36 |
| Binary | 1111101 | 10000 | 10001010 | 1001 | 1011000 | 0 | 101110 | 100100110 | 1001111 | 11110 |
Color Harmonies of #7D108A
Complementary color
Monochromatic Colors of #7D108A
Black with #7D108A
Text Example
Text Example
White with #7D108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D108A; }
p { color: rgb(125,16,138); }
H1.HeaderClassName
{
color: #7D108A;
}
.AnyTagClassName
{
color: #7D108A;
}
</style>
background-color css
<style>
a { background-color: #7D108A; }
a { background-color: rgb(125,16,138); }
div.DivClassName
{
background-color: #7D108A;
}
.BgClassName
{
background-color: #7D108A;
}
</style>
border-color css
<style>
span { border-color: #7D108A; }
span { border-color: rgb(125,16,138); }
td.TdClassName
{
border-color: #7D108A;
}
.TagClassName
{
border-color: #7D108A;
}
</style>