Shades of Purple #7A0B84
Tints of Purple #7A0B84
RGB
CMYK
RGB Variations
Color information
#7A0B84 (or 0x7A0B84) is known color: Purple. HEX triplet: 7A, 0B and 84. RGB value is (122,11,132). Sum of RGB (Red+Green+Blue) = 122+11+132=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A0B84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0B84 is #85F47B. Grayscale: #393939. Windows color (decimal): -8778876 or 8653690. OLE color: 8653690.
HSL color Cylindrical-coordinate representation of color #7A0B84: hue angle of 295.04º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0B84 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 11 | 132 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.48 |
| HSL | 295.04º | 0.85% | 0.28% | - |
| HSV(B) | 295.04º | 0.92% | 0.52% | - |
| XYZ | 12.31 | 6.04 | 22.35 | - |
| YUV | 57.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 132 | 0.08 | 0.92 | 0 | 0.48 | 295.04 | 0.85 | 0.28 |
| Hex | 7A | B | 84 | 8 | 5C | 0 | 30 | 127 | 55 | 1C |
| Octal | 172 | 13 | 204 | 10 | 134 | 0 | 60 | 447 | 125 | 34 |
| Binary | 1111010 | 1011 | 10000100 | 1000 | 1011100 | 0 | 110000 | 100100111 | 1010101 | 11100 |
Color Harmonies of #7A0B84
Complementary color
Monochromatic Colors of #7A0B84
Black with #7A0B84
Text Example
Text Example
White with #7A0B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B84; }
p { color: rgb(122,11,132); }
H1.HeaderClassName
{
color: #7A0B84;
}
.AnyTagClassName
{
color: #7A0B84;
}
</style>
background-color css
<style>
a { background-color: #7A0B84; }
a { background-color: rgb(122,11,132); }
div.DivClassName
{
background-color: #7A0B84;
}
.BgClassName
{
background-color: #7A0B84;
}
</style>
border-color css
<style>
span { border-color: #7A0B84; }
span { border-color: rgb(122,11,132); }
td.TdClassName
{
border-color: #7A0B84;
}
.TagClassName
{
border-color: #7A0B84;
}
</style>