Shades of Vivid Violet #7A228D
Tints of Vivid Violet #7A228D
RGB
CMYK
RGB Variations
Color information
#7A228D (or 0x7A228D) is known color: Vivid Violet. HEX triplet: 7A, 22 and 8D. RGB value is (122,34,141). Sum of RGB (Red+Green+Blue) = 122+34+141=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A228D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A228D is #85DD72. Grayscale: #484848. Windows color (decimal): -8772979 or 9249402. OLE color: 9249402.
HSL color Cylindrical-coordinate representation of color #7A228D: hue angle of 289.35º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A228D is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 34 | 141 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.45 |
| HSL | 289.35º | 0.61% | 0.34% | - |
| HSV(B) | 289.35º | 0.76% | 0.55% | - |
| XYZ | 13.41 | 7.2 | 25.88 | - |
| YUV | 72.51 | 166.65 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 34 | 141 | 0.13 | 0.76 | 0 | 0.45 | 289.35 | 0.61 | 0.34 |
| Hex | 7A | 22 | 8D | D | 4C | 0 | 2D | 121 | 3D | 22 |
| Octal | 172 | 42 | 215 | 15 | 114 | 0 | 55 | 441 | 75 | 42 |
| Binary | 1111010 | 100010 | 10001101 | 1101 | 1001100 | 0 | 101101 | 100100001 | 111101 | 100010 |
Color Harmonies of #7A228D
Complementary color
Monochromatic Colors of #7A228D
Black with #7A228D
Text Example
Text Example
White with #7A228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A228D; }
p { color: rgb(122,34,141); }
H1.HeaderClassName
{
color: #7A228D;
}
.AnyTagClassName
{
color: #7A228D;
}
</style>
background-color css
<style>
a { background-color: #7A228D; }
a { background-color: rgb(122,34,141); }
div.DivClassName
{
background-color: #7A228D;
}
.BgClassName
{
background-color: #7A228D;
}
</style>
border-color css
<style>
span { border-color: #7A228D; }
span { border-color: rgb(122,34,141); }
td.TdClassName
{
border-color: #7A228D;
}
.TagClassName
{
border-color: #7A228D;
}
</style>