Shades of Purple #7A088C
Tints of Purple #7A088C
RGB
CMYK
RGB Variations
Color information
#7A088C (or 0x7A088C) is known color: Purple. HEX triplet: 7A, 08 and 8C. RGB value is (122,8,140). Sum of RGB (Red+Green+Blue) = 122+8+140=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A088C is #85F773. Grayscale: #383838. Windows color (decimal): -8779636 or 9177210. OLE color: 9177210.
HSL color Cylindrical-coordinate representation of color #7A088C: hue angle of 291.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A088C is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 8 | 140 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.45 |
| HSL | 291.82º | 0.89% | 0.29% | - |
| HSV(B) | 291.82º | 0.94% | 0.55% | - |
| XYZ | 12.85 | 6.2 | 25.33 | - |
| YUV | 57.13 | 174.77 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 140 | 0.13 | 0.94 | 0 | 0.45 | 291.82 | 0.89 | 0.29 |
| Hex | 7A | 8 | 8C | D | 5E | 0 | 2D | 124 | 59 | 1D |
| Octal | 172 | 10 | 214 | 15 | 136 | 0 | 55 | 444 | 131 | 35 |
| Binary | 1111010 | 1000 | 10001100 | 1101 | 1011110 | 0 | 101101 | 100100100 | 1011001 | 11101 |
Color Harmonies of #7A088C
Complementary color
Monochromatic Colors of #7A088C
Black with #7A088C
Text Example
Text Example
White with #7A088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A088C; }
p { color: rgb(122,8,140); }
H1.HeaderClassName
{
color: #7A088C;
}
.AnyTagClassName
{
color: #7A088C;
}
</style>
background-color css
<style>
a { background-color: #7A088C; }
a { background-color: rgb(122,8,140); }
div.DivClassName
{
background-color: #7A088C;
}
.BgClassName
{
background-color: #7A088C;
}
</style>
border-color css
<style>
span { border-color: #7A088C; }
span { border-color: rgb(122,8,140); }
td.TdClassName
{
border-color: #7A088C;
}
.TagClassName
{
border-color: #7A088C;
}
</style>