Shades of Vivid Violet #7A179F
Tints of Vivid Violet #7A179F
RGB
CMYK
RGB Variations
Color information
#7A179F (or 0x7A179F) is known color: Vivid Violet. HEX triplet: 7A, 17 and 9F. RGB value is (122,23,159). Sum of RGB (Red+Green+Blue) = 122+23+159=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A179F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A179F is #85E860. Grayscale: #434343. Windows color (decimal): -8775777 or 10426234. OLE color: 10426234.
HSL color Cylindrical-coordinate representation of color #7A179F: hue angle of 283.68º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A179F is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 23 | 159 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.38 |
| HSL | 283.68º | 0.75% | 0.36% | - |
| HSV(B) | 283.68º | 0.86% | 0.62% | - |
| XYZ | 14.59 | 7.25 | 33.43 | - |
| YUV | 68.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 159 | 0.23 | 0.86 | 0 | 0.38 | 283.68 | 0.75 | 0.36 |
| Hex | 7A | 17 | 9F | 17 | 56 | 0 | 26 | 11C | 4B | 24 |
| Octal | 172 | 27 | 237 | 27 | 126 | 0 | 46 | 434 | 113 | 44 |
| Binary | 1111010 | 10111 | 10011111 | 10111 | 1010110 | 0 | 100110 | 100011100 | 1001011 | 100100 |
Color Harmonies of #7A179F
Complementary color
Monochromatic Colors of #7A179F
Black with #7A179F
Text Example
Text Example
White with #7A179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A179F; }
p { color: rgb(122,23,159); }
H1.HeaderClassName
{
color: #7A179F;
}
.AnyTagClassName
{
color: #7A179F;
}
</style>
background-color css
<style>
a { background-color: #7A179F; }
a { background-color: rgb(122,23,159); }
div.DivClassName
{
background-color: #7A179F;
}
.BgClassName
{
background-color: #7A179F;
}
</style>
border-color css
<style>
span { border-color: #7A179F; }
span { border-color: rgb(122,23,159); }
td.TdClassName
{
border-color: #7A179F;
}
.TagClassName
{
border-color: #7A179F;
}
</style>