Shades of Vivid Violet #7A2C82
Tints of Vivid Violet #7A2C82
RGB
CMYK
RGB Variations
Color information
#7A2C82 (or 0x7A2C82) is known color: Vivid Violet. HEX triplet: 7A, 2C and 82. RGB value is (122,44,130). Sum of RGB (Red+Green+Blue) = 122+44+130=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A2C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2C82 is #85D37D. Grayscale: #4C4C4C. Windows color (decimal): -8770430 or 8531066. OLE color: 8531066.
HSL color Cylindrical-coordinate representation of color #7A2C82: hue angle of 294.42º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A2C82 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 44 | 130 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.49 |
| HSL | 294.42º | 0.49% | 0.34% | - |
| HSV(B) | 294.42º | 0.66% | 0.51% | - |
| XYZ | 12.96 | 7.55 | 21.89 | - |
| YUV | 77.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 130 | 0.06 | 0.66 | 0 | 0.49 | 294.42 | 0.49 | 0.34 |
| Hex | 7A | 2C | 82 | 6 | 42 | 0 | 31 | 126 | 31 | 22 |
| Octal | 172 | 54 | 202 | 6 | 102 | 0 | 61 | 446 | 61 | 42 |
| Binary | 1111010 | 101100 | 10000010 | 110 | 1000010 | 0 | 110001 | 100100110 | 110001 | 100010 |
Color Harmonies of #7A2C82
Complementary color
Monochromatic Colors of #7A2C82
Black with #7A2C82
Text Example
Text Example
White with #7A2C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2C82; }
p { color: rgb(122,44,130); }
H1.HeaderClassName
{
color: #7A2C82;
}
.AnyTagClassName
{
color: #7A2C82;
}
</style>
background-color css
<style>
a { background-color: #7A2C82; }
a { background-color: rgb(122,44,130); }
div.DivClassName
{
background-color: #7A2C82;
}
.BgClassName
{
background-color: #7A2C82;
}
</style>
border-color css
<style>
span { border-color: #7A2C82; }
span { border-color: rgb(122,44,130); }
td.TdClassName
{
border-color: #7A2C82;
}
.TagClassName
{
border-color: #7A2C82;
}
</style>