Shades of Vivid Violet #7A3E88
Tints of Vivid Violet #7A3E88
RGB
CMYK
RGB Variations
Color information
#7A3E88 (or 0x7A3E88) is known color: Vivid Violet. HEX triplet: 7A, 3E and 88. RGB value is (122,62,136). Sum of RGB (Red+Green+Blue) = 122+62+136=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A3E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3E88 is #85C177. Grayscale: #585858. Windows color (decimal): -8765816 or 8928890. OLE color: 8928890.
HSL color Cylindrical-coordinate representation of color #7A3E88: hue angle of 288.65º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A3E88 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 62 | 136 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.47 |
| HSL | 288.65º | 0.37% | 0.39% | - |
| HSV(B) | 288.65º | 0.54% | 0.53% | - |
| XYZ | 14.19 | 9.36 | 24.35 | - |
| YUV | 88.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 136 | 0.10 | 0.54 | 0 | 0.47 | 288.65 | 0.37 | 0.39 |
| Hex | 7A | 3E | 88 | A | 36 | 0 | 2F | 121 | 25 | 27 |
| Octal | 172 | 76 | 210 | 12 | 66 | 0 | 57 | 441 | 45 | 47 |
| Binary | 1111010 | 111110 | 10001000 | 1010 | 110110 | 0 | 101111 | 100100001 | 100101 | 100111 |
Color Harmonies of #7A3E88
Complementary color
Monochromatic Colors of #7A3E88
Black with #7A3E88
Text Example
Text Example
White with #7A3E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E88; }
p { color: rgb(122,62,136); }
H1.HeaderClassName
{
color: #7A3E88;
}
.AnyTagClassName
{
color: #7A3E88;
}
</style>
background-color css
<style>
a { background-color: #7A3E88; }
a { background-color: rgb(122,62,136); }
div.DivClassName
{
background-color: #7A3E88;
}
.BgClassName
{
background-color: #7A3E88;
}
</style>
border-color css
<style>
span { border-color: #7A3E88; }
span { border-color: rgb(122,62,136); }
td.TdClassName
{
border-color: #7A3E88;
}
.TagClassName
{
border-color: #7A3E88;
}
</style>