Shades of Purple #7A087E
Tints of Purple #7A087E
RGB
CMYK
RGB Variations
Color information
#7A087E (or 0x7A087E) is known color: Purple. HEX triplet: 7A, 08 and 7E. RGB value is (122,8,126). Sum of RGB (Red+Green+Blue) = 122+8+126=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A087E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A087E is #85F781. Grayscale: #373737. Windows color (decimal): -8779650 or 8259706. OLE color: 8259706.
HSL color Cylindrical-coordinate representation of color #7A087E: hue angle of 297.97º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A087E is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 8 | 126 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.51 |
| HSL | 297.97º | 0.88% | 0.26% | - |
| HSV(B) | 297.97º | 0.94% | 0.49% | - |
| XYZ | 11.88 | 5.82 | 20.24 | - |
| YUV | 55.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 126 | 0.03 | 0.94 | 0 | 0.51 | 297.97 | 0.88 | 0.26 |
| Hex | 7A | 8 | 7E | 3 | 5E | 0 | 33 | 12A | 58 | 1A |
| Octal | 172 | 10 | 176 | 3 | 136 | 0 | 63 | 452 | 130 | 32 |
| Binary | 1111010 | 1000 | 1111110 | 11 | 1011110 | 0 | 110011 | 100101010 | 1011000 | 11010 |
Color Harmonies of #7A087E
Complementary color
Monochromatic Colors of #7A087E
Black with #7A087E
Text Example
Text Example
White with #7A087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A087E; }
p { color: rgb(122,8,126); }
H1.HeaderClassName
{
color: #7A087E;
}
.AnyTagClassName
{
color: #7A087E;
}
</style>
background-color css
<style>
a { background-color: #7A087E; }
a { background-color: rgb(122,8,126); }
div.DivClassName
{
background-color: #7A087E;
}
.BgClassName
{
background-color: #7A087E;
}
</style>
border-color css
<style>
span { border-color: #7A087E; }
span { border-color: rgb(122,8,126); }
td.TdClassName
{
border-color: #7A087E;
}
.TagClassName
{
border-color: #7A087E;
}
</style>