Shades of Vivid Violet #7A2889
Tints of Vivid Violet #7A2889
RGB
CMYK
RGB Variations
Color information
#7A2889 (or 0x7A2889) is known color: Vivid Violet. HEX triplet: 7A, 28 and 89. RGB value is (122,40,137). Sum of RGB (Red+Green+Blue) = 122+40+137=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A2889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2889 is #85D776. Grayscale: #4B4B4B. Windows color (decimal): -8771447 or 8988794. OLE color: 8988794.
HSL color Cylindrical-coordinate representation of color #7A2889: hue angle of 290.72º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A2889 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 40 | 137 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.46 |
| HSL | 290.72º | 0.55% | 0.35% | - |
| HSV(B) | 290.72º | 0.71% | 0.54% | - |
| XYZ | 13.3 | 7.46 | 24.41 | - |
| YUV | 75.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 137 | 0.11 | 0.71 | 0 | 0.46 | 290.72 | 0.55 | 0.35 |
| Hex | 7A | 28 | 89 | B | 47 | 0 | 2E | 123 | 37 | 23 |
| Octal | 172 | 50 | 211 | 13 | 107 | 0 | 56 | 443 | 67 | 43 |
| Binary | 1111010 | 101000 | 10001001 | 1011 | 1000111 | 0 | 101110 | 100100011 | 110111 | 100011 |
Color Harmonies of #7A2889
Complementary color
Monochromatic Colors of #7A2889
Black with #7A2889
Text Example
Text Example
White with #7A2889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2889; }
p { color: rgb(122,40,137); }
H1.HeaderClassName
{
color: #7A2889;
}
.AnyTagClassName
{
color: #7A2889;
}
</style>
background-color css
<style>
a { background-color: #7A2889; }
a { background-color: rgb(122,40,137); }
div.DivClassName
{
background-color: #7A2889;
}
.BgClassName
{
background-color: #7A2889;
}
</style>
border-color css
<style>
span { border-color: #7A2889; }
span { border-color: rgb(122,40,137); }
td.TdClassName
{
border-color: #7A2889;
}
.TagClassName
{
border-color: #7A2889;
}
</style>