Shades of Purple #7A0982
Tints of Purple #7A0982
RGB
CMYK
RGB Variations
Color information
#7A0982 (or 0x7A0982) is known color: Purple. HEX triplet: 7A, 09 and 82. RGB value is (122,9,130). Sum of RGB (Red+Green+Blue) = 122+9+130=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A0982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0982 is #85F67D. Grayscale: #383838. Windows color (decimal): -8779390 or 8522106. OLE color: 8522106.
HSL color Cylindrical-coordinate representation of color #7A0982: hue angle of 296.03º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0982 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 9 | 130 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.49 |
| HSL | 296.03º | 0.87% | 0.27% | - |
| HSV(B) | 296.03º | 0.93% | 0.51% | - |
| XYZ | 12.15 | 5.94 | 21.63 | - |
| YUV | 56.58 | 169.44 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 130 | 0.06 | 0.93 | 0 | 0.49 | 296.03 | 0.87 | 0.27 |
| Hex | 7A | 9 | 82 | 6 | 5D | 0 | 31 | 128 | 57 | 1B |
| Octal | 172 | 11 | 202 | 6 | 135 | 0 | 61 | 450 | 127 | 33 |
| Binary | 1111010 | 1001 | 10000010 | 110 | 1011101 | 0 | 110001 | 100101000 | 1010111 | 11011 |
Color Harmonies of #7A0982
Complementary color
Monochromatic Colors of #7A0982
Black with #7A0982
Text Example
Text Example
White with #7A0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0982; }
p { color: rgb(122,9,130); }
H1.HeaderClassName
{
color: #7A0982;
}
.AnyTagClassName
{
color: #7A0982;
}
</style>
background-color css
<style>
a { background-color: #7A0982; }
a { background-color: rgb(122,9,130); }
div.DivClassName
{
background-color: #7A0982;
}
.BgClassName
{
background-color: #7A0982;
}
</style>
border-color css
<style>
span { border-color: #7A0982; }
span { border-color: rgb(122,9,130); }
td.TdClassName
{
border-color: #7A0982;
}
.TagClassName
{
border-color: #7A0982;
}
</style>