Shades of Vivid Violet #7A218D
Tints of Vivid Violet #7A218D
RGB
CMYK
RGB Variations
Color information
#7A218D (or 0x7A218D) is known color: Vivid Violet. HEX triplet: 7A, 21 and 8D. RGB value is (122,33,141). Sum of RGB (Red+Green+Blue) = 122+33+141=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A218D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A218D is #85DE72. Grayscale: #474747. Windows color (decimal): -8773235 or 9249146. OLE color: 9249146.
HSL color Cylindrical-coordinate representation of color #7A218D: hue angle of 289.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A218D is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 33 | 141 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.45 |
| HSL | 289.44º | 0.62% | 0.34% | - |
| HSV(B) | 289.44º | 0.77% | 0.55% | - |
| XYZ | 13.38 | 7.15 | 25.87 | - |
| YUV | 71.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 141 | 0.13 | 0.77 | 0 | 0.45 | 289.44 | 0.62 | 0.34 |
| Hex | 7A | 21 | 8D | D | 4D | 0 | 2D | 121 | 3E | 22 |
| Octal | 172 | 41 | 215 | 15 | 115 | 0 | 55 | 441 | 76 | 42 |
| Binary | 1111010 | 100001 | 10001101 | 1101 | 1001101 | 0 | 101101 | 100100001 | 111110 | 100010 |
Color Harmonies of #7A218D
Complementary color
Monochromatic Colors of #7A218D
Black with #7A218D
Text Example
Text Example
White with #7A218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A218D; }
p { color: rgb(122,33,141); }
H1.HeaderClassName
{
color: #7A218D;
}
.AnyTagClassName
{
color: #7A218D;
}
</style>
background-color css
<style>
a { background-color: #7A218D; }
a { background-color: rgb(122,33,141); }
div.DivClassName
{
background-color: #7A218D;
}
.BgClassName
{
background-color: #7A218D;
}
</style>
border-color css
<style>
span { border-color: #7A218D; }
span { border-color: rgb(122,33,141); }
td.TdClassName
{
border-color: #7A218D;
}
.TagClassName
{
border-color: #7A218D;
}
</style>