Shades of Vivid Violet #7A3889
Tints of Vivid Violet #7A3889
RGB
CMYK
RGB Variations
Color information
#7A3889 (or 0x7A3889) is known color: Vivid Violet. HEX triplet: 7A, 38 and 89. RGB value is (122,56,137). Sum of RGB (Red+Green+Blue) = 122+56+137=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A3889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3889 is #85C776. Grayscale: #545454. Windows color (decimal): -8767351 or 8992890. OLE color: 8992890.
HSL color Cylindrical-coordinate representation of color #7A3889: hue angle of 288.89º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A3889 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 56 | 137 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.46 |
| HSL | 288.89º | 0.42% | 0.38% | - |
| HSV(B) | 288.89º | 0.59% | 0.54% | - |
| XYZ | 13.96 | 8.77 | 24.62 | - |
| YUV | 84.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 137 | 0.11 | 0.59 | 0 | 0.46 | 288.89 | 0.42 | 0.38 |
| Hex | 7A | 38 | 89 | B | 3B | 0 | 2E | 121 | 2A | 26 |
| Octal | 172 | 70 | 211 | 13 | 73 | 0 | 56 | 441 | 52 | 46 |
| Binary | 1111010 | 111000 | 10001001 | 1011 | 111011 | 0 | 101110 | 100100001 | 101010 | 100110 |
Color Harmonies of #7A3889
Complementary color
Monochromatic Colors of #7A3889
Black with #7A3889
Text Example
Text Example
White with #7A3889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3889; }
p { color: rgb(122,56,137); }
H1.HeaderClassName
{
color: #7A3889;
}
.AnyTagClassName
{
color: #7A3889;
}
</style>
background-color css
<style>
a { background-color: #7A3889; }
a { background-color: rgb(122,56,137); }
div.DivClassName
{
background-color: #7A3889;
}
.BgClassName
{
background-color: #7A3889;
}
</style>
border-color css
<style>
span { border-color: #7A3889; }
span { border-color: rgb(122,56,137); }
td.TdClassName
{
border-color: #7A3889;
}
.TagClassName
{
border-color: #7A3889;
}
</style>