Shades of Vivid Violet #7A3D91
Tints of Vivid Violet #7A3D91
RGB
CMYK
RGB Variations
Color information
#7A3D91 (or 0x7A3D91) is known color: Vivid Violet. HEX triplet: 7A, 3D and 91. RGB value is (122,61,145). Sum of RGB (Red+Green+Blue) = 122+61+145=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A3D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3D91 is #85C26E. Grayscale: #585858. Windows color (decimal): -8766063 or 9518458. OLE color: 9518458.
HSL color Cylindrical-coordinate representation of color #7A3D91: hue angle of 283.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3D91 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 61 | 145 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.43 |
| HSL | 283.57º | 0.41% | 0.4% | - |
| HSV(B) | 283.57º | 0.58% | 0.57% | - |
| XYZ | 14.81 | 9.52 | 27.85 | - |
| YUV | 88.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 145 | 0.16 | 0.58 | 0 | 0.43 | 283.57 | 0.41 | 0.4 |
| Hex | 7A | 3D | 91 | 10 | 3A | 0 | 2B | 11C | 29 | 28 |
| Octal | 172 | 75 | 221 | 20 | 72 | 0 | 53 | 434 | 51 | 50 |
| Binary | 1111010 | 111101 | 10010001 | 10000 | 111010 | 0 | 101011 | 100011100 | 101001 | 101000 |
Color Harmonies of #7A3D91
Complementary color
Monochromatic Colors of #7A3D91
Black with #7A3D91
Text Example
Text Example
White with #7A3D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3D91; }
p { color: rgb(122,61,145); }
H1.HeaderClassName
{
color: #7A3D91;
}
.AnyTagClassName
{
color: #7A3D91;
}
</style>
background-color css
<style>
a { background-color: #7A3D91; }
a { background-color: rgb(122,61,145); }
div.DivClassName
{
background-color: #7A3D91;
}
.BgClassName
{
background-color: #7A3D91;
}
</style>
border-color css
<style>
span { border-color: #7A3D91; }
span { border-color: rgb(122,61,145); }
td.TdClassName
{
border-color: #7A3D91;
}
.TagClassName
{
border-color: #7A3D91;
}
</style>