Shades of Purple #7A0987
Tints of Purple #7A0987
RGB
CMYK
RGB Variations
Color information
#7A0987 (or 0x7A0987) is known color: Purple. HEX triplet: 7A, 09 and 87. RGB value is (122,9,135). Sum of RGB (Red+Green+Blue) = 122+9+135=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A0987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0987 is #85F678. Grayscale: #383838. Windows color (decimal): -8779385 or 8849786. OLE color: 8849786.
HSL color Cylindrical-coordinate representation of color #7A0987: hue angle of 293.81º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0987 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 9 | 135 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.47 |
| HSL | 293.81º | 0.88% | 0.28% | - |
| HSV(B) | 293.81º | 0.93% | 0.53% | - |
| XYZ | 12.5 | 6.08 | 23.44 | - |
| YUV | 57.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 135 | 0.10 | 0.93 | 0 | 0.47 | 293.81 | 0.88 | 0.28 |
| Hex | 7A | 9 | 87 | A | 5D | 0 | 2F | 126 | 58 | 1C |
| Octal | 172 | 11 | 207 | 12 | 135 | 0 | 57 | 446 | 130 | 34 |
| Binary | 1111010 | 1001 | 10000111 | 1010 | 1011101 | 0 | 101111 | 100100110 | 1011000 | 11100 |
Color Harmonies of #7A0987
Complementary color
Monochromatic Colors of #7A0987
Black with #7A0987
Text Example
Text Example
White with #7A0987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0987; }
p { color: rgb(122,9,135); }
H1.HeaderClassName
{
color: #7A0987;
}
.AnyTagClassName
{
color: #7A0987;
}
</style>
background-color css
<style>
a { background-color: #7A0987; }
a { background-color: rgb(122,9,135); }
div.DivClassName
{
background-color: #7A0987;
}
.BgClassName
{
background-color: #7A0987;
}
</style>
border-color css
<style>
span { border-color: #7A0987; }
span { border-color: rgb(122,9,135); }
td.TdClassName
{
border-color: #7A0987;
}
.TagClassName
{
border-color: #7A0987;
}
</style>