Shades of Vivid Violet #7A2593
Tints of Vivid Violet #7A2593
RGB
CMYK
RGB Variations
Color information
#7A2593 (or 0x7A2593) is known color: Vivid Violet. HEX triplet: 7A, 25 and 93. RGB value is (122,37,147). Sum of RGB (Red+Green+Blue) = 122+37+147=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A2593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2593 is #85DA6C. Grayscale: #4A4A4A. Windows color (decimal): -8772205 or 9643386. OLE color: 9643386.
HSL color Cylindrical-coordinate representation of color #7A2593: hue angle of 286.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A2593 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 37 | 147 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.42 |
| HSL | 286.36º | 0.6% | 0.36% | - |
| HSV(B) | 286.36º | 0.75% | 0.58% | - |
| XYZ | 13.95 | 7.57 | 28.33 | - |
| YUV | 74.96 | 168.66 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 37 | 147 | 0.17 | 0.75 | 0 | 0.42 | 286.36 | 0.6 | 0.36 |
| Hex | 7A | 25 | 93 | 11 | 4B | 0 | 2A | 11E | 3C | 24 |
| Octal | 172 | 45 | 223 | 21 | 113 | 0 | 52 | 436 | 74 | 44 |
| Binary | 1111010 | 100101 | 10010011 | 10001 | 1001011 | 0 | 101010 | 100011110 | 111100 | 100100 |
Color Harmonies of #7A2593
Complementary color
Monochromatic Colors of #7A2593
Black with #7A2593
Text Example
Text Example
White with #7A2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2593; }
p { color: rgb(122,37,147); }
H1.HeaderClassName
{
color: #7A2593;
}
.AnyTagClassName
{
color: #7A2593;
}
</style>
background-color css
<style>
a { background-color: #7A2593; }
a { background-color: rgb(122,37,147); }
div.DivClassName
{
background-color: #7A2593;
}
.BgClassName
{
background-color: #7A2593;
}
</style>
border-color css
<style>
span { border-color: #7A2593; }
span { border-color: rgb(122,37,147); }
td.TdClassName
{
border-color: #7A2593;
}
.TagClassName
{
border-color: #7A2593;
}
</style>