Shades of Vivid Violet #7C3696
Tints of Vivid Violet #7C3696
RGB
CMYK
RGB Variations
Color information
#7C3696 (or 0x7C3696) is known color: Vivid Violet. HEX triplet: 7C, 36 and 96. RGB value is (124,54,150). Sum of RGB (Red+Green+Blue) = 124+54+150=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #7C3696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3696 is #83C969. Grayscale: #555555. Windows color (decimal): -8636778 or 9844348. OLE color: 9844348.
HSL color Cylindrical-coordinate representation of color #7C3696: hue angle of 283.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C3696 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 54 | 150 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.41 |
| HSL | 283.75º | 0.47% | 0.4% | - |
| HSV(B) | 283.75º | 0.64% | 0.59% | - |
| XYZ | 15.14 | 9.13 | 29.82 | - |
| YUV | 85.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 150 | 0.17 | 0.64 | 0 | 0.41 | 283.75 | 0.47 | 0.4 |
| Hex | 7C | 36 | 96 | 11 | 40 | 0 | 29 | 11C | 2F | 28 |
| Octal | 174 | 66 | 226 | 21 | 100 | 0 | 51 | 434 | 57 | 50 |
| Binary | 1111100 | 110110 | 10010110 | 10001 | 1000000 | 0 | 101001 | 100011100 | 101111 | 101000 |
Color Harmonies of #7C3696
Complementary color
Monochromatic Colors of #7C3696
Black with #7C3696
Text Example
Text Example
White with #7C3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3696; }
p { color: rgb(124,54,150); }
H1.HeaderClassName
{
color: #7C3696;
}
.AnyTagClassName
{
color: #7C3696;
}
</style>
background-color css
<style>
a { background-color: #7C3696; }
a { background-color: rgb(124,54,150); }
div.DivClassName
{
background-color: #7C3696;
}
.BgClassName
{
background-color: #7C3696;
}
</style>
border-color css
<style>
span { border-color: #7C3696; }
span { border-color: rgb(124,54,150); }
td.TdClassName
{
border-color: #7C3696;
}
.TagClassName
{
border-color: #7C3696;
}
</style>