Shades of Purple #7A1082
Tints of Purple #7A1082
RGB
CMYK
RGB Variations
Color information
#7A1082 (or 0x7A1082) is known color: Purple. HEX triplet: 7A, 10 and 82. RGB value is (122,16,130). Sum of RGB (Red+Green+Blue) = 122+16+130=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A1082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1082 is #85EF7D. Grayscale: #3C3C3C. Windows color (decimal): -8777598 or 8523898. OLE color: 8523898.
HSL color Cylindrical-coordinate representation of color #7A1082: hue angle of 295.79º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1082 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 16 | 130 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.49 |
| HSL | 295.79º | 0.78% | 0.29% | - |
| HSV(B) | 295.79º | 0.88% | 0.51% | - |
| XYZ | 12.24 | 6.12 | 21.66 | - |
| YUV | 60.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 130 | 0.06 | 0.88 | 0 | 0.49 | 295.79 | 0.78 | 0.29 |
| Hex | 7A | 10 | 82 | 6 | 58 | 0 | 31 | 128 | 4E | 1D |
| Octal | 172 | 20 | 202 | 6 | 130 | 0 | 61 | 450 | 116 | 35 |
| Binary | 1111010 | 10000 | 10000010 | 110 | 1011000 | 0 | 110001 | 100101000 | 1001110 | 11101 |
Color Harmonies of #7A1082
Complementary color
Monochromatic Colors of #7A1082
Black with #7A1082
Text Example
Text Example
White with #7A1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1082; }
p { color: rgb(122,16,130); }
H1.HeaderClassName
{
color: #7A1082;
}
.AnyTagClassName
{
color: #7A1082;
}
</style>
background-color css
<style>
a { background-color: #7A1082; }
a { background-color: rgb(122,16,130); }
div.DivClassName
{
background-color: #7A1082;
}
.BgClassName
{
background-color: #7A1082;
}
</style>
border-color css
<style>
span { border-color: #7A1082; }
span { border-color: rgb(122,16,130); }
td.TdClassName
{
border-color: #7A1082;
}
.TagClassName
{
border-color: #7A1082;
}
</style>