Shades of Purple #7A0888
Tints of Purple #7A0888
RGB
CMYK
RGB Variations
Color information
#7A0888 (or 0x7A0888) is known color: Purple. HEX triplet: 7A, 08 and 88. RGB value is (122,8,136). Sum of RGB (Red+Green+Blue) = 122+8+136=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A0888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0888 is #85F777. Grayscale: #383838. Windows color (decimal): -8779640 or 8915066. OLE color: 8915066.
HSL color Cylindrical-coordinate representation of color #7A0888: hue angle of 293.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0888 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 8 | 136 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.47 |
| HSL | 293.44º | 0.89% | 0.28% | - |
| HSV(B) | 293.44º | 0.94% | 0.53% | - |
| XYZ | 12.56 | 6.09 | 23.81 | - |
| YUV | 56.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 136 | 0.10 | 0.94 | 0 | 0.47 | 293.44 | 0.89 | 0.28 |
| Hex | 7A | 8 | 88 | A | 5E | 0 | 2F | 125 | 59 | 1C |
| Octal | 172 | 10 | 210 | 12 | 136 | 0 | 57 | 445 | 131 | 34 |
| Binary | 1111010 | 1000 | 10001000 | 1010 | 1011110 | 0 | 101111 | 100100101 | 1011001 | 11100 |
Color Harmonies of #7A0888
Complementary color
Monochromatic Colors of #7A0888
Black with #7A0888
Text Example
Text Example
White with #7A0888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0888; }
p { color: rgb(122,8,136); }
H1.HeaderClassName
{
color: #7A0888;
}
.AnyTagClassName
{
color: #7A0888;
}
</style>
background-color css
<style>
a { background-color: #7A0888; }
a { background-color: rgb(122,8,136); }
div.DivClassName
{
background-color: #7A0888;
}
.BgClassName
{
background-color: #7A0888;
}
</style>
border-color css
<style>
span { border-color: #7A0888; }
span { border-color: rgb(122,8,136); }
td.TdClassName
{
border-color: #7A0888;
}
.TagClassName
{
border-color: #7A0888;
}
</style>