Shades of Vivid Violet #79329D
Tints of Vivid Violet #79329D
RGB
CMYK
RGB Variations
Color information
#79329D (or 0x79329D) is known color: Vivid Violet. HEX triplet: 79, 32 and 9D. RGB value is (121,50,157). Sum of RGB (Red+Green+Blue) = 121+50+157=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #79329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79329D is #86CD62. Grayscale: #535353. Windows color (decimal): -8834403 or 10302073. OLE color: 10302073.
HSL color Cylindrical-coordinate representation of color #79329D: hue angle of 279.81º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #79329D is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 50 | 157 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.38 |
| HSL | 279.81º | 0.52% | 0.41% | - |
| HSV(B) | 279.81º | 0.68% | 0.62% | - |
| XYZ | 15.11 | 8.78 | 32.8 | - |
| YUV | 83.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 157 | 0.23 | 0.68 | 0 | 0.38 | 279.81 | 0.52 | 0.41 |
| Hex | 79 | 32 | 9D | 17 | 44 | 0 | 26 | 118 | 34 | 29 |
| Octal | 171 | 62 | 235 | 27 | 104 | 0 | 46 | 430 | 64 | 51 |
| Binary | 1111001 | 110010 | 10011101 | 10111 | 1000100 | 0 | 100110 | 100011000 | 110100 | 101001 |
Color Harmonies of #79329D
Complementary color
Monochromatic Colors of #79329D
Black with #79329D
Text Example
Text Example
White with #79329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79329D; }
p { color: rgb(121,50,157); }
H1.HeaderClassName
{
color: #79329D;
}
.AnyTagClassName
{
color: #79329D;
}
</style>
background-color css
<style>
a { background-color: #79329D; }
a { background-color: rgb(121,50,157); }
div.DivClassName
{
background-color: #79329D;
}
.BgClassName
{
background-color: #79329D;
}
</style>
border-color css
<style>
span { border-color: #79329D; }
span { border-color: rgb(121,50,157); }
td.TdClassName
{
border-color: #79329D;
}
.TagClassName
{
border-color: #79329D;
}
</style>