Shades of Vivid Violet #7C29AA
Tints of Vivid Violet #7C29AA
RGB
CMYK
RGB Variations
Color information
#7C29AA (or 0x7C29AA) is known color: Vivid Violet. HEX triplet: 7C, 29 and AA. RGB value is (124,41,170). Sum of RGB (Red+Green+Blue) = 124+41+170=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C29AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C29AA is #83D655. Grayscale: #505050. Windows color (decimal): -8640086 or 11151740. OLE color: 11151740.
HSL color Cylindrical-coordinate representation of color #7C29AA: hue angle of 278.6º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C29AA is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 41 | 170 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.33 |
| HSL | 278.6º | 0.61% | 0.41% | - |
| HSV(B) | 278.6º | 0.76% | 0.67% | - |
| XYZ | 16.36 | 8.77 | 38.86 | - |
| YUV | 80.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 170 | 0.27 | 0.76 | 0 | 0.33 | 278.6 | 0.61 | 0.41 |
| Hex | 7C | 29 | AA | 1B | 4C | 0 | 21 | 117 | 3D | 29 |
| Octal | 174 | 51 | 252 | 33 | 114 | 0 | 41 | 427 | 75 | 51 |
| Binary | 1111100 | 101001 | 10101010 | 11011 | 1001100 | 0 | 100001 | 100010111 | 111101 | 101001 |
Color Harmonies of #7C29AA
Complementary color
Monochromatic Colors of #7C29AA
Black with #7C29AA
Text Example
Text Example
White with #7C29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C29AA; }
p { color: rgb(124,41,170); }
H1.HeaderClassName
{
color: #7C29AA;
}
.AnyTagClassName
{
color: #7C29AA;
}
</style>
background-color css
<style>
a { background-color: #7C29AA; }
a { background-color: rgb(124,41,170); }
div.DivClassName
{
background-color: #7C29AA;
}
.BgClassName
{
background-color: #7C29AA;
}
</style>
border-color css
<style>
span { border-color: #7C29AA; }
span { border-color: rgb(124,41,170); }
td.TdClassName
{
border-color: #7C29AA;
}
.TagClassName
{
border-color: #7C29AA;
}
</style>