Shades of Vivid Violet #7C1AAC
Tints of Vivid Violet #7C1AAC
RGB
CMYK
RGB Variations
Color information
#7C1AAC (or 0x7C1AAC) is known color: Vivid Violet. HEX triplet: 7C, 1A and AC. RGB value is (124,26,172). Sum of RGB (Red+Green+Blue) = 124+26+172=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C1AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1AAC is #83E553. Grayscale: #474747. Windows color (decimal): -8643924 or 11278972. OLE color: 11278972.
HSL color Cylindrical-coordinate representation of color #7C1AAC: hue angle of 280.27º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1AAC is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 26 | 172 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.33 |
| HSL | 280.27º | 0.74% | 0.39% | - |
| HSV(B) | 280.27º | 0.85% | 0.67% | - |
| XYZ | 16.13 | 8 | 39.72 | - |
| YUV | 71.95 | 184.47 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 26 | 172 | 0.28 | 0.85 | 0 | 0.33 | 280.27 | 0.74 | 0.39 |
| Hex | 7C | 1A | AC | 1C | 55 | 0 | 21 | 118 | 4A | 27 |
| Octal | 174 | 32 | 254 | 34 | 125 | 0 | 41 | 430 | 112 | 47 |
| Binary | 1111100 | 11010 | 10101100 | 11100 | 1010101 | 0 | 100001 | 100011000 | 1001010 | 100111 |
Color Harmonies of #7C1AAC
Complementary color
Monochromatic Colors of #7C1AAC
Black with #7C1AAC
Text Example
Text Example
White with #7C1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1AAC; }
p { color: rgb(124,26,172); }
H1.HeaderClassName
{
color: #7C1AAC;
}
.AnyTagClassName
{
color: #7C1AAC;
}
</style>
background-color css
<style>
a { background-color: #7C1AAC; }
a { background-color: rgb(124,26,172); }
div.DivClassName
{
background-color: #7C1AAC;
}
.BgClassName
{
background-color: #7C1AAC;
}
</style>
border-color css
<style>
span { border-color: #7C1AAC; }
span { border-color: rgb(124,26,172); }
td.TdClassName
{
border-color: #7C1AAC;
}
.TagClassName
{
border-color: #7C1AAC;
}
</style>