Shades of Vivid Violet #7C2086
Tints of Vivid Violet #7C2086
RGB
CMYK
RGB Variations
Color information
#7C2086 (or 0x7C2086) is known color: Vivid Violet. HEX triplet: 7C, 20 and 86. RGB value is (124,32,134). Sum of RGB (Red+Green+Blue) = 124+32+134=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C2086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2086 is #83DF79. Grayscale: #464646. Windows color (decimal): -8642426 or 8790140. OLE color: 8790140.
HSL color Cylindrical-coordinate representation of color #7C2086: hue angle of 294.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C2086 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 32 | 134 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.47 |
| HSL | 294.12º | 0.61% | 0.33% | - |
| HSV(B) | 294.12º | 0.76% | 0.53% | - |
| XYZ | 13.13 | 7.04 | 23.22 | - |
| YUV | 71.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 134 | 0.07 | 0.76 | 0 | 0.47 | 294.12 | 0.61 | 0.33 |
| Hex | 7C | 20 | 86 | 7 | 4C | 0 | 2F | 126 | 3D | 21 |
| Octal | 174 | 40 | 206 | 7 | 114 | 0 | 57 | 446 | 75 | 41 |
| Binary | 1111100 | 100000 | 10000110 | 111 | 1001100 | 0 | 101111 | 100100110 | 111101 | 100001 |
Color Harmonies of #7C2086
Complementary color
Monochromatic Colors of #7C2086
Black with #7C2086
Text Example
Text Example
White with #7C2086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2086; }
p { color: rgb(124,32,134); }
H1.HeaderClassName
{
color: #7C2086;
}
.AnyTagClassName
{
color: #7C2086;
}
</style>
background-color css
<style>
a { background-color: #7C2086; }
a { background-color: rgb(124,32,134); }
div.DivClassName
{
background-color: #7C2086;
}
.BgClassName
{
background-color: #7C2086;
}
</style>
border-color css
<style>
span { border-color: #7C2086; }
span { border-color: rgb(124,32,134); }
td.TdClassName
{
border-color: #7C2086;
}
.TagClassName
{
border-color: #7C2086;
}
</style>