Shades of Vivid Violet #7A2494
Tints of Vivid Violet #7A2494
RGB
CMYK
RGB Variations
Color information
#7A2494 (or 0x7A2494) is known color: Vivid Violet. HEX triplet: 7A, 24 and 94. RGB value is (122,36,148). Sum of RGB (Red+Green+Blue) = 122+36+148=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #7A2494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2494 is #85DB6B. Grayscale: #4A4A4A. Windows color (decimal): -8772460 or 9708666. OLE color: 9708666.
HSL color Cylindrical-coordinate representation of color #7A2494: hue angle of 286.07º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A2494 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 36 | 148 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.42 |
| HSL | 286.07º | 0.61% | 0.36% | - |
| HSV(B) | 286.07º | 0.76% | 0.58% | - |
| XYZ | 14 | 7.54 | 28.73 | - |
| YUV | 74.48 | 169.49 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 148 | 0.18 | 0.76 | 0 | 0.42 | 286.07 | 0.61 | 0.36 |
| Hex | 7A | 24 | 94 | 12 | 4C | 0 | 2A | 11E | 3D | 24 |
| Octal | 172 | 44 | 224 | 22 | 114 | 0 | 52 | 436 | 75 | 44 |
| Binary | 1111010 | 100100 | 10010100 | 10010 | 1001100 | 0 | 101010 | 100011110 | 111101 | 100100 |
Color Harmonies of #7A2494
Complementary color
Monochromatic Colors of #7A2494
Black with #7A2494
Text Example
Text Example
White with #7A2494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2494; }
p { color: rgb(122,36,148); }
H1.HeaderClassName
{
color: #7A2494;
}
.AnyTagClassName
{
color: #7A2494;
}
</style>
background-color css
<style>
a { background-color: #7A2494; }
a { background-color: rgb(122,36,148); }
div.DivClassName
{
background-color: #7A2494;
}
.BgClassName
{
background-color: #7A2494;
}
</style>
border-color css
<style>
span { border-color: #7A2494; }
span { border-color: rgb(122,36,148); }
td.TdClassName
{
border-color: #7A2494;
}
.TagClassName
{
border-color: #7A2494;
}
</style>