Shades of Purple #7A118C
Tints of Purple #7A118C
RGB
CMYK
RGB Variations
Color information
#7A118C (or 0x7A118C) is known color: Purple. HEX triplet: 7A, 11 and 8C. RGB value is (122,17,140). Sum of RGB (Red+Green+Blue) = 122+17+140=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A118C is #85EE73. Grayscale: #3E3E3E. Windows color (decimal): -8777332 or 9179514. OLE color: 9179514.
HSL color Cylindrical-coordinate representation of color #7A118C: hue angle of 291.22º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A118C is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 17 | 140 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.45 |
| HSL | 291.22º | 0.78% | 0.31% | - |
| HSV(B) | 291.22º | 0.88% | 0.55% | - |
| XYZ | 12.96 | 6.43 | 25.37 | - |
| YUV | 62.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 17 | 140 | 0.13 | 0.88 | 0 | 0.45 | 291.22 | 0.78 | 0.31 |
| Hex | 7A | 11 | 8C | D | 58 | 0 | 2D | 123 | 4E | 1F |
| Octal | 172 | 21 | 214 | 15 | 130 | 0 | 55 | 443 | 116 | 37 |
| Binary | 1111010 | 10001 | 10001100 | 1101 | 1011000 | 0 | 101101 | 100100011 | 1001110 | 11111 |
Color Harmonies of #7A118C
Complementary color
Monochromatic Colors of #7A118C
Black with #7A118C
Text Example
Text Example
White with #7A118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A118C; }
p { color: rgb(122,17,140); }
H1.HeaderClassName
{
color: #7A118C;
}
.AnyTagClassName
{
color: #7A118C;
}
</style>
background-color css
<style>
a { background-color: #7A118C; }
a { background-color: rgb(122,17,140); }
div.DivClassName
{
background-color: #7A118C;
}
.BgClassName
{
background-color: #7A118C;
}
</style>
border-color css
<style>
span { border-color: #7A118C; }
span { border-color: rgb(122,17,140); }
td.TdClassName
{
border-color: #7A118C;
}
.TagClassName
{
border-color: #7A118C;
}
</style>