Shades of Vivid Violet #7A2E83
Tints of Vivid Violet #7A2E83
RGB
CMYK
RGB Variations
Color information
#7A2E83 (or 0x7A2E83) is known color: Vivid Violet. HEX triplet: 7A, 2E and 83. RGB value is (122,46,131). Sum of RGB (Red+Green+Blue) = 122+46+131=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A2E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2E83 is #85D17C. Grayscale: #4E4E4E. Windows color (decimal): -8769917 or 8597114. OLE color: 8597114.
HSL color Cylindrical-coordinate representation of color #7A2E83: hue angle of 293.65º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A2E83 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 46 | 131 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.49 |
| HSL | 293.65º | 0.48% | 0.35% | - |
| HSV(B) | 293.65º | 0.65% | 0.51% | - |
| XYZ | 13.1 | 7.73 | 22.27 | - |
| YUV | 78.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 131 | 0.07 | 0.65 | 0 | 0.49 | 293.65 | 0.48 | 0.35 |
| Hex | 7A | 2E | 83 | 7 | 41 | 0 | 31 | 126 | 30 | 23 |
| Octal | 172 | 56 | 203 | 7 | 101 | 0 | 61 | 446 | 60 | 43 |
| Binary | 1111010 | 101110 | 10000011 | 111 | 1000001 | 0 | 110001 | 100100110 | 110000 | 100011 |
Color Harmonies of #7A2E83
Complementary color
Monochromatic Colors of #7A2E83
Black with #7A2E83
Text Example
Text Example
White with #7A2E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E83; }
p { color: rgb(122,46,131); }
H1.HeaderClassName
{
color: #7A2E83;
}
.AnyTagClassName
{
color: #7A2E83;
}
</style>
background-color css
<style>
a { background-color: #7A2E83; }
a { background-color: rgb(122,46,131); }
div.DivClassName
{
background-color: #7A2E83;
}
.BgClassName
{
background-color: #7A2E83;
}
</style>
border-color css
<style>
span { border-color: #7A2E83; }
span { border-color: rgb(122,46,131); }
td.TdClassName
{
border-color: #7A2E83;
}
.TagClassName
{
border-color: #7A2E83;
}
</style>