Shades of Purple #7A108A
Tints of Purple #7A108A
RGB
CMYK
RGB Variations
Color information
#7A108A (or 0x7A108A) is known color: Purple. HEX triplet: 7A, 10 and 8A. RGB value is (122,16,138). Sum of RGB (Red+Green+Blue) = 122+16+138=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A108A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A108A is #85EF75. Grayscale: #3D3D3D. Windows color (decimal): -8777590 or 9048186. OLE color: 9048186.
HSL color Cylindrical-coordinate representation of color #7A108A: hue angle of 292.13º 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 #7A108A is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 16 | 138 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.46 |
| HSL | 292.13º | 0.79% | 0.3% | - |
| HSV(B) | 292.13º | 0.88% | 0.54% | - |
| XYZ | 12.8 | 6.34 | 24.59 | - |
| YUV | 61.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 138 | 0.12 | 0.88 | 0 | 0.46 | 292.13 | 0.79 | 0.3 |
| Hex | 7A | 10 | 8A | C | 58 | 0 | 2E | 124 | 4F | 1E |
| Octal | 172 | 20 | 212 | 14 | 130 | 0 | 56 | 444 | 117 | 36 |
| Binary | 1111010 | 10000 | 10001010 | 1100 | 1011000 | 0 | 101110 | 100100100 | 1001111 | 11110 |
Color Harmonies of #7A108A
Complementary color
Monochromatic Colors of #7A108A
Black with #7A108A
Text Example
Text Example
White with #7A108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A108A; }
p { color: rgb(122,16,138); }
H1.HeaderClassName
{
color: #7A108A;
}
.AnyTagClassName
{
color: #7A108A;
}
</style>
background-color css
<style>
a { background-color: #7A108A; }
a { background-color: rgb(122,16,138); }
div.DivClassName
{
background-color: #7A108A;
}
.BgClassName
{
background-color: #7A108A;
}
</style>
border-color css
<style>
span { border-color: #7A108A; }
span { border-color: rgb(122,16,138); }
td.TdClassName
{
border-color: #7A108A;
}
.TagClassName
{
border-color: #7A108A;
}
</style>