Shades of Vivid Violet #7C3E8E
Tints of Vivid Violet #7C3E8E
RGB
CMYK
RGB Variations
Color information
#7C3E8E (or 0x7C3E8E) is known color: Vivid Violet. HEX triplet: 7C, 3E and 8E. RGB value is (124,62,142). Sum of RGB (Red+Green+Blue) = 124+62+142=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C3E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3E8E is #83C171. Grayscale: #595959. Windows color (decimal): -8634738 or 9322108. OLE color: 9322108.
HSL color Cylindrical-coordinate representation of color #7C3E8E: hue angle of 286.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C3E8E is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 62 | 142 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.44 |
| HSL | 286.5º | 0.39% | 0.4% | - |
| HSV(B) | 286.5º | 0.56% | 0.56% | - |
| XYZ | 14.92 | 9.68 | 26.67 | - |
| YUV | 89.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 142 | 0.13 | 0.56 | 0 | 0.44 | 286.5 | 0.39 | 0.4 |
| Hex | 7C | 3E | 8E | D | 38 | 0 | 2C | 11E | 27 | 28 |
| Octal | 174 | 76 | 216 | 15 | 70 | 0 | 54 | 436 | 47 | 50 |
| Binary | 1111100 | 111110 | 10001110 | 1101 | 111000 | 0 | 101100 | 100011110 | 100111 | 101000 |
Color Harmonies of #7C3E8E
Complementary color
Monochromatic Colors of #7C3E8E
Black with #7C3E8E
Text Example
Text Example
White with #7C3E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3E8E; }
p { color: rgb(124,62,142); }
H1.HeaderClassName
{
color: #7C3E8E;
}
.AnyTagClassName
{
color: #7C3E8E;
}
</style>
background-color css
<style>
a { background-color: #7C3E8E; }
a { background-color: rgb(124,62,142); }
div.DivClassName
{
background-color: #7C3E8E;
}
.BgClassName
{
background-color: #7C3E8E;
}
</style>
border-color css
<style>
span { border-color: #7C3E8E; }
span { border-color: rgb(124,62,142); }
td.TdClassName
{
border-color: #7C3E8E;
}
.TagClassName
{
border-color: #7C3E8E;
}
</style>