Shades of Vivid Violet #7A1791
Tints of Vivid Violet #7A1791
RGB
CMYK
RGB Variations
Color information
#7A1791 (or 0x7A1791) is known color: Vivid Violet. HEX triplet: 7A, 17 and 91. RGB value is (122,23,145). Sum of RGB (Red+Green+Blue) = 122+23+145=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A1791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1791 is #85E86E. Grayscale: #424242. Windows color (decimal): -8775791 or 9508730. OLE color: 9508730.
HSL color Cylindrical-coordinate representation of color #7A1791: hue angle of 288.69º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1791 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 23 | 145 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.43 |
| HSL | 288.69º | 0.73% | 0.33% | - |
| HSV(B) | 288.69º | 0.84% | 0.57% | - |
| XYZ | 13.44 | 6.79 | 27.39 | - |
| YUV | 66.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 145 | 0.16 | 0.84 | 0 | 0.43 | 288.69 | 0.73 | 0.33 |
| Hex | 7A | 17 | 91 | 10 | 54 | 0 | 2B | 121 | 49 | 21 |
| Octal | 172 | 27 | 221 | 20 | 124 | 0 | 53 | 441 | 111 | 41 |
| Binary | 1111010 | 10111 | 10010001 | 10000 | 1010100 | 0 | 101011 | 100100001 | 1001001 | 100001 |
Color Harmonies of #7A1791
Complementary color
Monochromatic Colors of #7A1791
Black with #7A1791
Text Example
Text Example
White with #7A1791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1791; }
p { color: rgb(122,23,145); }
H1.HeaderClassName
{
color: #7A1791;
}
.AnyTagClassName
{
color: #7A1791;
}
</style>
background-color css
<style>
a { background-color: #7A1791; }
a { background-color: rgb(122,23,145); }
div.DivClassName
{
background-color: #7A1791;
}
.BgClassName
{
background-color: #7A1791;
}
</style>
border-color css
<style>
span { border-color: #7A1791; }
span { border-color: rgb(122,23,145); }
td.TdClassName
{
border-color: #7A1791;
}
.TagClassName
{
border-color: #7A1791;
}
</style>