Shades of Vivid Violet #7A1997
Tints of Vivid Violet #7A1997
RGB
CMYK
RGB Variations
Color information
#7A1997 (or 0x7A1997) is known color: Vivid Violet. HEX triplet: 7A, 19 and 97. RGB value is (122,25,151). Sum of RGB (Red+Green+Blue) = 122+25+151=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #7A1997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1997 is #85E668. Grayscale: #434343. Windows color (decimal): -8775273 or 9902458. OLE color: 9902458.
HSL color Cylindrical-coordinate representation of color #7A1997: hue angle of 286.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1997 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 25 | 151 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.41 |
| HSL | 286.19º | 0.72% | 0.35% | - |
| HSV(B) | 286.19º | 0.83% | 0.59% | - |
| XYZ | 13.96 | 7.07 | 29.91 | - |
| YUV | 68.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 151 | 0.19 | 0.83 | 0 | 0.41 | 286.19 | 0.72 | 0.35 |
| Hex | 7A | 19 | 97 | 13 | 53 | 0 | 29 | 11E | 48 | 23 |
| Octal | 172 | 31 | 227 | 23 | 123 | 0 | 51 | 436 | 110 | 43 |
| Binary | 1111010 | 11001 | 10010111 | 10011 | 1010011 | 0 | 101001 | 100011110 | 1001000 | 100011 |
Color Harmonies of #7A1997
Complementary color
Monochromatic Colors of #7A1997
Black with #7A1997
Text Example
Text Example
White with #7A1997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1997; }
p { color: rgb(122,25,151); }
H1.HeaderClassName
{
color: #7A1997;
}
.AnyTagClassName
{
color: #7A1997;
}
</style>
background-color css
<style>
a { background-color: #7A1997; }
a { background-color: rgb(122,25,151); }
div.DivClassName
{
background-color: #7A1997;
}
.BgClassName
{
background-color: #7A1997;
}
</style>
border-color css
<style>
span { border-color: #7A1997; }
span { border-color: rgb(122,25,151); }
td.TdClassName
{
border-color: #7A1997;
}
.TagClassName
{
border-color: #7A1997;
}
</style>