Shades of Vivid Violet #7A159F
Tints of Vivid Violet #7A159F
RGB
CMYK
RGB Variations
Color information
#7A159F (or 0x7A159F) is known color: Vivid Violet. HEX triplet: 7A, 15 and 9F. RGB value is (122,21,159). Sum of RGB (Red+Green+Blue) = 122+21+159=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A159F is #85EA60. Grayscale: #424242. Windows color (decimal): -8776289 or 10425722. OLE color: 10425722.
HSL color Cylindrical-coordinate representation of color #7A159F: hue angle of 283.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A159F is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 21 | 159 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.38 |
| HSL | 283.91º | 0.77% | 0.35% | - |
| HSV(B) | 283.91º | 0.87% | 0.62% | - |
| XYZ | 14.55 | 7.18 | 33.42 | - |
| YUV | 66.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 159 | 0.23 | 0.87 | 0 | 0.38 | 283.91 | 0.77 | 0.35 |
| Hex | 7A | 15 | 9F | 17 | 57 | 0 | 26 | 11C | 4D | 23 |
| Octal | 172 | 25 | 237 | 27 | 127 | 0 | 46 | 434 | 115 | 43 |
| Binary | 1111010 | 10101 | 10011111 | 10111 | 1010111 | 0 | 100110 | 100011100 | 1001101 | 100011 |
Color Harmonies of #7A159F
Complementary color
Monochromatic Colors of #7A159F
Black with #7A159F
Text Example
Text Example
White with #7A159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A159F; }
p { color: rgb(122,21,159); }
H1.HeaderClassName
{
color: #7A159F;
}
.AnyTagClassName
{
color: #7A159F;
}
</style>
background-color css
<style>
a { background-color: #7A159F; }
a { background-color: rgb(122,21,159); }
div.DivClassName
{
background-color: #7A159F;
}
.BgClassName
{
background-color: #7A159F;
}
</style>
border-color css
<style>
span { border-color: #7A159F; }
span { border-color: rgb(122,21,159); }
td.TdClassName
{
border-color: #7A159F;
}
.TagClassName
{
border-color: #7A159F;
}
</style>