Shades of Purple #7A0086
Tints of Purple #7A0086
RGB
CMYK
RGB Variations
Color information
#7A0086 (or 0x7A0086) is known color: Purple. HEX triplet: 7A, 00 and 86. RGB value is (122,0,134). Sum of RGB (Red+Green+Blue) = 122+0+134=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #7A0086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0086 is #85FF79. Grayscale: #333333. Windows color (decimal): -8781690 or 8781946. OLE color: 8781946.
HSL color Cylindrical-coordinate representation of color #7A0086: hue angle of 294.63º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0086 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 0 | 134 | - |
| CMYK | 0.09 | 1 | 0 | 0.47 |
| HSL | 294.63º | 1% | 0.26% | - |
| HSV(B) | 294.63º | 1% | 0.53% | - |
| XYZ | 12.33 | 5.86 | 23.04 | - |
| YUV | 51.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 134 | 0.09 | 1 | 0 | 0.47 | 294.63 | 1 | 0.26 |
| Hex | 7A | 0 | 86 | 9 | 64 | 0 | 2F | 127 | 64 | 1A |
| Octal | 172 | 0 | 206 | 11 | 144 | 0 | 57 | 447 | 144 | 32 |
| Binary | 1111010 | 0 | 10000110 | 1001 | 1100100 | 0 | 101111 | 100100111 | 1100100 | 11010 |
Color Harmonies of #7A0086
Complementary color
Monochromatic Colors of #7A0086
Black with #7A0086
Text Example
Text Example
White with #7A0086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0086; }
p { color: rgb(122,0,134); }
H1.HeaderClassName
{
color: #7A0086;
}
.AnyTagClassName
{
color: #7A0086;
}
</style>
background-color css
<style>
a { background-color: #7A0086; }
a { background-color: rgb(122,0,134); }
div.DivClassName
{
background-color: #7A0086;
}
.BgClassName
{
background-color: #7A0086;
}
</style>
border-color css
<style>
span { border-color: #7A0086; }
span { border-color: rgb(122,0,134); }
td.TdClassName
{
border-color: #7A0086;
}
.TagClassName
{
border-color: #7A0086;
}
</style>