Shades of Vivid Violet #7A16A5
Tints of Vivid Violet #7A16A5
RGB
CMYK
RGB Variations
Color information
#7A16A5 (or 0x7A16A5) is known color: Vivid Violet. HEX triplet: 7A, 16 and A5. RGB value is (122,22,165). Sum of RGB (Red+Green+Blue) = 122+22+165=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #7A16A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A16A5 is #85E95A. Grayscale: #434343. Windows color (decimal): -8776027 or 10819194. OLE color: 10819194.
HSL color Cylindrical-coordinate representation of color #7A16A5: hue angle of 281.96º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A16A5 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 22 | 165 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.35 |
| HSL | 281.96º | 0.76% | 0.37% | - |
| HSV(B) | 281.96º | 0.87% | 0.65% | - |
| XYZ | 15.1 | 7.43 | 36.23 | - |
| YUV | 68.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 165 | 0.26 | 0.87 | 0 | 0.35 | 281.96 | 0.76 | 0.37 |
| Hex | 7A | 16 | A5 | 1A | 57 | 0 | 23 | 11A | 4C | 25 |
| Octal | 172 | 26 | 245 | 32 | 127 | 0 | 43 | 432 | 114 | 45 |
| Binary | 1111010 | 10110 | 10100101 | 11010 | 1010111 | 0 | 100011 | 100011010 | 1001100 | 100101 |
Color Harmonies of #7A16A5
Complementary color
Monochromatic Colors of #7A16A5
Black with #7A16A5
Text Example
Text Example
White with #7A16A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A16A5; }
p { color: rgb(122,22,165); }
H1.HeaderClassName
{
color: #7A16A5;
}
.AnyTagClassName
{
color: #7A16A5;
}
</style>
background-color css
<style>
a { background-color: #7A16A5; }
a { background-color: rgb(122,22,165); }
div.DivClassName
{
background-color: #7A16A5;
}
.BgClassName
{
background-color: #7A16A5;
}
</style>
border-color css
<style>
span { border-color: #7A16A5; }
span { border-color: rgb(122,22,165); }
td.TdClassName
{
border-color: #7A16A5;
}
.TagClassName
{
border-color: #7A16A5;
}
</style>