Shades of Vivid Violet #7A3B88
Tints of Vivid Violet #7A3B88
RGB
CMYK
RGB Variations
Color information
#7A3B88 (or 0x7A3B88) is known color: Vivid Violet. HEX triplet: 7A, 3B and 88. RGB value is (122,59,136). Sum of RGB (Red+Green+Blue) = 122+59+136=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A3B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3B88 is #85C477. Grayscale: #565656. Windows color (decimal): -8766584 or 8928122. OLE color: 8928122.
HSL color Cylindrical-coordinate representation of color #7A3B88: hue angle of 289.09º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A3B88 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 59 | 136 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.47 |
| HSL | 289.09º | 0.39% | 0.38% | - |
| HSV(B) | 289.09º | 0.57% | 0.53% | - |
| XYZ | 14.03 | 9.04 | 24.3 | - |
| YUV | 86.62 | 155.87 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 136 | 0.10 | 0.57 | 0 | 0.47 | 289.09 | 0.39 | 0.38 |
| Hex | 7A | 3B | 88 | A | 39 | 0 | 2F | 121 | 27 | 26 |
| Octal | 172 | 73 | 210 | 12 | 71 | 0 | 57 | 441 | 47 | 46 |
| Binary | 1111010 | 111011 | 10001000 | 1010 | 111001 | 0 | 101111 | 100100001 | 100111 | 100110 |
Color Harmonies of #7A3B88
Complementary color
Monochromatic Colors of #7A3B88
Black with #7A3B88
Text Example
Text Example
White with #7A3B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3B88; }
p { color: rgb(122,59,136); }
H1.HeaderClassName
{
color: #7A3B88;
}
.AnyTagClassName
{
color: #7A3B88;
}
</style>
background-color css
<style>
a { background-color: #7A3B88; }
a { background-color: rgb(122,59,136); }
div.DivClassName
{
background-color: #7A3B88;
}
.BgClassName
{
background-color: #7A3B88;
}
</style>
border-color css
<style>
span { border-color: #7A3B88; }
span { border-color: rgb(122,59,136); }
td.TdClassName
{
border-color: #7A3B88;
}
.TagClassName
{
border-color: #7A3B88;
}
</style>