Shades of Vivid Violet #7A2489
Tints of Vivid Violet #7A2489
RGB
CMYK
RGB Variations
Color information
#7A2489 (or 0x7A2489) is known color: Vivid Violet. HEX triplet: 7A, 24 and 89. RGB value is (122,36,137). Sum of RGB (Red+Green+Blue) = 122+36+137=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A2489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2489 is #85DB76. Grayscale: #484848. Windows color (decimal): -8772471 or 8987770. OLE color: 8987770.
HSL color Cylindrical-coordinate representation of color #7A2489: hue angle of 291.09º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A2489 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 36 | 137 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.46 |
| HSL | 291.09º | 0.58% | 0.34% | - |
| HSV(B) | 291.09º | 0.74% | 0.54% | - |
| XYZ | 13.17 | 7.21 | 24.36 | - |
| YUV | 73.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 137 | 0.11 | 0.74 | 0 | 0.46 | 291.09 | 0.58 | 0.34 |
| Hex | 7A | 24 | 89 | B | 4A | 0 | 2E | 123 | 3A | 22 |
| Octal | 172 | 44 | 211 | 13 | 112 | 0 | 56 | 443 | 72 | 42 |
| Binary | 1111010 | 100100 | 10001001 | 1011 | 1001010 | 0 | 101110 | 100100011 | 111010 | 100010 |
Color Harmonies of #7A2489
Complementary color
Monochromatic Colors of #7A2489
Black with #7A2489
Text Example
Text Example
White with #7A2489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2489; }
p { color: rgb(122,36,137); }
H1.HeaderClassName
{
color: #7A2489;
}
.AnyTagClassName
{
color: #7A2489;
}
</style>
background-color css
<style>
a { background-color: #7A2489; }
a { background-color: rgb(122,36,137); }
div.DivClassName
{
background-color: #7A2489;
}
.BgClassName
{
background-color: #7A2489;
}
</style>
border-color css
<style>
span { border-color: #7A2489; }
span { border-color: rgb(122,36,137); }
td.TdClassName
{
border-color: #7A2489;
}
.TagClassName
{
border-color: #7A2489;
}
</style>