Shades of Vivid Violet #7A3C82
Tints of Vivid Violet #7A3C82
RGB
CMYK
RGB Variations
Color information
#7A3C82 (or 0x7A3C82) is known color: Vivid Violet. HEX triplet: 7A, 3C and 82. RGB value is (122,60,130). Sum of RGB (Red+Green+Blue) = 122+60+130=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A3C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3C82 is #85C37D. Grayscale: #565656. Windows color (decimal): -8766334 or 8535162. OLE color: 8535162.
HSL color Cylindrical-coordinate representation of color #7A3C82: hue angle of 293.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A3C82 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 60 | 130 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.49 |
| HSL | 293.14º | 0.37% | 0.37% | - |
| HSV(B) | 293.14º | 0.54% | 0.51% | - |
| XYZ | 13.67 | 8.98 | 22.13 | - |
| YUV | 86.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 60 | 130 | 0.06 | 0.54 | 0 | 0.49 | 293.14 | 0.37 | 0.37 |
| Hex | 7A | 3C | 82 | 6 | 36 | 0 | 31 | 125 | 25 | 25 |
| Octal | 172 | 74 | 202 | 6 | 66 | 0 | 61 | 445 | 45 | 45 |
| Binary | 1111010 | 111100 | 10000010 | 110 | 110110 | 0 | 110001 | 100100101 | 100101 | 100101 |
Color Harmonies of #7A3C82
Complementary color
Monochromatic Colors of #7A3C82
Black with #7A3C82
Text Example
Text Example
White with #7A3C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3C82; }
p { color: rgb(122,60,130); }
H1.HeaderClassName
{
color: #7A3C82;
}
.AnyTagClassName
{
color: #7A3C82;
}
</style>
background-color css
<style>
a { background-color: #7A3C82; }
a { background-color: rgb(122,60,130); }
div.DivClassName
{
background-color: #7A3C82;
}
.BgClassName
{
background-color: #7A3C82;
}
</style>
border-color css
<style>
span { border-color: #7A3C82; }
span { border-color: rgb(122,60,130); }
td.TdClassName
{
border-color: #7A3C82;
}
.TagClassName
{
border-color: #7A3C82;
}
</style>