Shades of Vivid Violet #7A3089
Tints of Vivid Violet #7A3089
RGB
CMYK
RGB Variations
Color information
#7A3089 (or 0x7A3089) is known color: Vivid Violet. HEX triplet: 7A, 30 and 89. RGB value is (122,48,137). Sum of RGB (Red+Green+Blue) = 122+48+137=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A3089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3089 is #85CF76. Grayscale: #4F4F4F. Windows color (decimal): -8769399 or 8990842. OLE color: 8990842.
HSL color Cylindrical-coordinate representation of color #7A3089: hue angle of 289.89º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A3089 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 48 | 137 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.46 |
| HSL | 289.89º | 0.48% | 0.36% | - |
| HSV(B) | 289.89º | 0.65% | 0.54% | - |
| XYZ | 13.6 | 8.06 | 24.51 | - |
| YUV | 80.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 137 | 0.11 | 0.65 | 0 | 0.46 | 289.89 | 0.48 | 0.36 |
| Hex | 7A | 30 | 89 | B | 41 | 0 | 2E | 122 | 30 | 24 |
| Octal | 172 | 60 | 211 | 13 | 101 | 0 | 56 | 442 | 60 | 44 |
| Binary | 1111010 | 110000 | 10001001 | 1011 | 1000001 | 0 | 101110 | 100100010 | 110000 | 100100 |
Color Harmonies of #7A3089
Complementary color
Monochromatic Colors of #7A3089
Black with #7A3089
Text Example
Text Example
White with #7A3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3089; }
p { color: rgb(122,48,137); }
H1.HeaderClassName
{
color: #7A3089;
}
.AnyTagClassName
{
color: #7A3089;
}
</style>
background-color css
<style>
a { background-color: #7A3089; }
a { background-color: rgb(122,48,137); }
div.DivClassName
{
background-color: #7A3089;
}
.BgClassName
{
background-color: #7A3089;
}
</style>
border-color css
<style>
span { border-color: #7A3089; }
span { border-color: rgb(122,48,137); }
td.TdClassName
{
border-color: #7A3089;
}
.TagClassName
{
border-color: #7A3089;
}
</style>