Shades of Vivid Violet #7729A0
Tints of Vivid Violet #7729A0
RGB
CMYK
RGB Variations
Color information
#7729A0 (or 0x7729A0) is known color: Vivid Violet. HEX triplet: 77, 29 and A0. RGB value is (119,41,160). Sum of RGB (Red+Green+Blue) = 119+41+160=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #7729A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7729A0 is #88D65F. Grayscale: #4D4D4D. Windows color (decimal): -8967776 or 10496375. OLE color: 10496375.
HSL color Cylindrical-coordinate representation of color #7729A0: hue angle of 279.33º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7729A0 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 41 | 160 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.37 |
| HSL | 279.33º | 0.59% | 0.39% | - |
| HSV(B) | 279.33º | 0.74% | 0.63% | - |
| XYZ | 14.75 | 8.05 | 34.03 | - |
| YUV | 77.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 160 | 0.26 | 0.74 | 0 | 0.37 | 279.33 | 0.59 | 0.39 |
| Hex | 77 | 29 | A0 | 1A | 4A | 0 | 25 | 117 | 3B | 27 |
| Octal | 167 | 51 | 240 | 32 | 112 | 0 | 45 | 427 | 73 | 47 |
| Binary | 1110111 | 101001 | 10100000 | 11010 | 1001010 | 0 | 100101 | 100010111 | 111011 | 100111 |
Color Harmonies of #7729A0
Complementary color
Monochromatic Colors of #7729A0
Black with #7729A0
Text Example
Text Example
White with #7729A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7729A0; }
p { color: rgb(119,41,160); }
H1.HeaderClassName
{
color: #7729A0;
}
.AnyTagClassName
{
color: #7729A0;
}
</style>
background-color css
<style>
a { background-color: #7729A0; }
a { background-color: rgb(119,41,160); }
div.DivClassName
{
background-color: #7729A0;
}
.BgClassName
{
background-color: #7729A0;
}
</style>
border-color css
<style>
span { border-color: #7729A0; }
span { border-color: rgb(119,41,160); }
td.TdClassName
{
border-color: #7729A0;
}
.TagClassName
{
border-color: #7729A0;
}
</style>