Shades of Vivid Violet #7A2E93
Tints of Vivid Violet #7A2E93
RGB
CMYK
RGB Variations
Color information
#7A2E93 (or 0x7A2E93) is known color: Vivid Violet. HEX triplet: 7A, 2E and 93. RGB value is (122,46,147). Sum of RGB (Red+Green+Blue) = 122+46+147=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A2E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2E93 is #85D16C. Grayscale: #4F4F4F. Windows color (decimal): -8769901 or 9645690. OLE color: 9645690.
HSL color Cylindrical-coordinate representation of color #7A2E93: hue angle of 285.15º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A2E93 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 46 | 147 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.42 |
| HSL | 285.15º | 0.52% | 0.38% | - |
| HSV(B) | 285.15º | 0.69% | 0.58% | - |
| XYZ | 14.27 | 8.2 | 28.43 | - |
| YUV | 80.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 147 | 0.17 | 0.69 | 0 | 0.42 | 285.15 | 0.52 | 0.38 |
| Hex | 7A | 2E | 93 | 11 | 45 | 0 | 2A | 11D | 34 | 26 |
| Octal | 172 | 56 | 223 | 21 | 105 | 0 | 52 | 435 | 64 | 46 |
| Binary | 1111010 | 101110 | 10010011 | 10001 | 1000101 | 0 | 101010 | 100011101 | 110100 | 100110 |
Color Harmonies of #7A2E93
Complementary color
Monochromatic Colors of #7A2E93
Black with #7A2E93
Text Example
Text Example
White with #7A2E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E93; }
p { color: rgb(122,46,147); }
H1.HeaderClassName
{
color: #7A2E93;
}
.AnyTagClassName
{
color: #7A2E93;
}
</style>
background-color css
<style>
a { background-color: #7A2E93; }
a { background-color: rgb(122,46,147); }
div.DivClassName
{
background-color: #7A2E93;
}
.BgClassName
{
background-color: #7A2E93;
}
</style>
border-color css
<style>
span { border-color: #7A2E93; }
span { border-color: rgb(122,46,147); }
td.TdClassName
{
border-color: #7A2E93;
}
.TagClassName
{
border-color: #7A2E93;
}
</style>