Shades of Purple #7A0B82
Tints of Purple #7A0B82
RGB
CMYK
RGB Variations
Color information
#7A0B82 (or 0x7A0B82) is known color: Purple. HEX triplet: 7A, 0B and 82. RGB value is (122,11,130). Sum of RGB (Red+Green+Blue) = 122+11+130=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A0B82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0B82 is #85F47D. Grayscale: #393939. Windows color (decimal): -8778878 or 8522618. OLE color: 8522618.
HSL color Cylindrical-coordinate representation of color #7A0B82: hue angle of 295.97º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0B82 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 11 | 130 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.49 |
| HSL | 295.97º | 0.84% | 0.28% | - |
| HSV(B) | 295.97º | 0.92% | 0.51% | - |
| XYZ | 12.17 | 5.99 | 21.63 | - |
| YUV | 57.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 130 | 0.06 | 0.92 | 0 | 0.49 | 295.97 | 0.84 | 0.28 |
| Hex | 7A | B | 82 | 6 | 5C | 0 | 31 | 128 | 54 | 1C |
| Octal | 172 | 13 | 202 | 6 | 134 | 0 | 61 | 450 | 124 | 34 |
| Binary | 1111010 | 1011 | 10000010 | 110 | 1011100 | 0 | 110001 | 100101000 | 1010100 | 11100 |
Color Harmonies of #7A0B82
Complementary color
Monochromatic Colors of #7A0B82
Black with #7A0B82
Text Example
Text Example
White with #7A0B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B82; }
p { color: rgb(122,11,130); }
H1.HeaderClassName
{
color: #7A0B82;
}
.AnyTagClassName
{
color: #7A0B82;
}
</style>
background-color css
<style>
a { background-color: #7A0B82; }
a { background-color: rgb(122,11,130); }
div.DivClassName
{
background-color: #7A0B82;
}
.BgClassName
{
background-color: #7A0B82;
}
</style>
border-color css
<style>
span { border-color: #7A0B82; }
span { border-color: rgb(122,11,130); }
td.TdClassName
{
border-color: #7A0B82;
}
.TagClassName
{
border-color: #7A0B82;
}
</style>