Shades of Vivid Violet #7A2E8D
Tints of Vivid Violet #7A2E8D
RGB
CMYK
RGB Variations
Color information
#7A2E8D (or 0x7A2E8D) is known color: Vivid Violet. HEX triplet: 7A, 2E and 8D. RGB value is (122,46,141). Sum of RGB (Red+Green+Blue) = 122+46+141=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A2E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2E8D is #85D172. Grayscale: #4F4F4F. Windows color (decimal): -8769907 or 9252474. OLE color: 9252474.
HSL color Cylindrical-coordinate representation of color #7A2E8D: hue angle of 288º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A2E8D is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 46 | 141 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.45 |
| HSL | 288º | 0.51% | 0.37% | - |
| HSV(B) | 288º | 0.67% | 0.55% | - |
| XYZ | 13.81 | 8.01 | 26.02 | - |
| YUV | 79.55 | 162.68 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 141 | 0.13 | 0.67 | 0 | 0.45 | 288 | 0.51 | 0.37 |
| Hex | 7A | 2E | 8D | D | 43 | 0 | 2D | 120 | 33 | 25 |
| Octal | 172 | 56 | 215 | 15 | 103 | 0 | 55 | 440 | 63 | 45 |
| Binary | 1111010 | 101110 | 10001101 | 1101 | 1000011 | 0 | 101101 | 100100000 | 110011 | 100101 |
Color Harmonies of #7A2E8D
Complementary color
Monochromatic Colors of #7A2E8D
Black with #7A2E8D
Text Example
Text Example
White with #7A2E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E8D; }
p { color: rgb(122,46,141); }
H1.HeaderClassName
{
color: #7A2E8D;
}
.AnyTagClassName
{
color: #7A2E8D;
}
</style>
background-color css
<style>
a { background-color: #7A2E8D; }
a { background-color: rgb(122,46,141); }
div.DivClassName
{
background-color: #7A2E8D;
}
.BgClassName
{
background-color: #7A2E8D;
}
</style>
border-color css
<style>
span { border-color: #7A2E8D; }
span { border-color: rgb(122,46,141); }
td.TdClassName
{
border-color: #7A2E8D;
}
.TagClassName
{
border-color: #7A2E8D;
}
</style>