Shades of Purple #7A0887
Tints of Purple #7A0887
RGB
CMYK
RGB Variations
Color information
#7A0887 (or 0x7A0887) is known color: Purple. HEX triplet: 7A, 08 and 87. RGB value is (122,8,135). Sum of RGB (Red+Green+Blue) = 122+8+135=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A0887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0887 is #85F778. Grayscale: #383838. Windows color (decimal): -8779641 or 8849530. OLE color: 8849530.
HSL color Cylindrical-coordinate representation of color #7A0887: hue angle of 293.86º 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 #7A0887 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 8 | 135 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.47 |
| HSL | 293.86º | 0.89% | 0.28% | - |
| HSV(B) | 293.86º | 0.94% | 0.53% | - |
| XYZ | 12.49 | 6.06 | 23.43 | - |
| YUV | 56.56 | 172.27 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 135 | 0.10 | 0.94 | 0 | 0.47 | 293.86 | 0.89 | 0.28 |
| Hex | 7A | 8 | 87 | A | 5E | 0 | 2F | 126 | 59 | 1C |
| Octal | 172 | 10 | 207 | 12 | 136 | 0 | 57 | 446 | 131 | 34 |
| Binary | 1111010 | 1000 | 10000111 | 1010 | 1011110 | 0 | 101111 | 100100110 | 1011001 | 11100 |
Color Harmonies of #7A0887
Complementary color
Monochromatic Colors of #7A0887
Black with #7A0887
Text Example
Text Example
White with #7A0887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0887; }
p { color: rgb(122,8,135); }
H1.HeaderClassName
{
color: #7A0887;
}
.AnyTagClassName
{
color: #7A0887;
}
</style>
background-color css
<style>
a { background-color: #7A0887; }
a { background-color: rgb(122,8,135); }
div.DivClassName
{
background-color: #7A0887;
}
.BgClassName
{
background-color: #7A0887;
}
</style>
border-color css
<style>
span { border-color: #7A0887; }
span { border-color: rgb(122,8,135); }
td.TdClassName
{
border-color: #7A0887;
}
.TagClassName
{
border-color: #7A0887;
}
</style>