Shades of Vivid Violet #7A3095
Tints of Vivid Violet #7A3095
RGB
CMYK
RGB Variations
Color information
#7A3095 (or 0x7A3095) is known color: Vivid Violet. HEX triplet: 7A, 30 and 95. RGB value is (122,48,149). Sum of RGB (Red+Green+Blue) = 122+48+149=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A3095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3095 is #85CF6A. Grayscale: #515151. Windows color (decimal): -8769387 or 9777274. OLE color: 9777274.
HSL color Cylindrical-coordinate representation of color #7A3095: hue angle of 283.96º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A3095 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 48 | 149 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.42 |
| HSL | 283.96º | 0.51% | 0.39% | - |
| HSV(B) | 283.96º | 0.68% | 0.58% | - |
| XYZ | 14.51 | 8.42 | 29.29 | - |
| YUV | 81.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 149 | 0.18 | 0.68 | 0 | 0.42 | 283.96 | 0.51 | 0.39 |
| Hex | 7A | 30 | 95 | 12 | 44 | 0 | 2A | 11C | 33 | 27 |
| Octal | 172 | 60 | 225 | 22 | 104 | 0 | 52 | 434 | 63 | 47 |
| Binary | 1111010 | 110000 | 10010101 | 10010 | 1000100 | 0 | 101010 | 100011100 | 110011 | 100111 |
Color Harmonies of #7A3095
Complementary color
Monochromatic Colors of #7A3095
Black with #7A3095
Text Example
Text Example
White with #7A3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3095; }
p { color: rgb(122,48,149); }
H1.HeaderClassName
{
color: #7A3095;
}
.AnyTagClassName
{
color: #7A3095;
}
</style>
background-color css
<style>
a { background-color: #7A3095; }
a { background-color: rgb(122,48,149); }
div.DivClassName
{
background-color: #7A3095;
}
.BgClassName
{
background-color: #7A3095;
}
</style>
border-color css
<style>
span { border-color: #7A3095; }
span { border-color: rgb(122,48,149); }
td.TdClassName
{
border-color: #7A3095;
}
.TagClassName
{
border-color: #7A3095;
}
</style>