Shades of Vivid Violet #7C379E
Tints of Vivid Violet #7C379E
RGB
CMYK
RGB Variations
Color information
#7C379E (or 0x7C379E) is known color: Vivid Violet. HEX triplet: 7C, 37 and 9E. RGB value is (124,55,158). Sum of RGB (Red+Green+Blue) = 124+55+158=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C379E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C379E is #83C861. Grayscale: #575757. Windows color (decimal): -8636514 or 10368892. OLE color: 10368892.
HSL color Cylindrical-coordinate representation of color #7C379E: hue angle of 280.19º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C379E is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 55 | 158 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.38 |
| HSL | 280.19º | 0.48% | 0.42% | - |
| HSV(B) | 280.19º | 0.65% | 0.62% | - |
| XYZ | 15.85 | 9.49 | 33.34 | - |
| YUV | 87.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 158 | 0.22 | 0.65 | 0 | 0.38 | 280.19 | 0.48 | 0.42 |
| Hex | 7C | 37 | 9E | 16 | 41 | 0 | 26 | 118 | 30 | 2A |
| Octal | 174 | 67 | 236 | 26 | 101 | 0 | 46 | 430 | 60 | 52 |
| Binary | 1111100 | 110111 | 10011110 | 10110 | 1000001 | 0 | 100110 | 100011000 | 110000 | 101010 |
Color Harmonies of #7C379E
Complementary color
Monochromatic Colors of #7C379E
Black with #7C379E
Text Example
Text Example
White with #7C379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C379E; }
p { color: rgb(124,55,158); }
H1.HeaderClassName
{
color: #7C379E;
}
.AnyTagClassName
{
color: #7C379E;
}
</style>
background-color css
<style>
a { background-color: #7C379E; }
a { background-color: rgb(124,55,158); }
div.DivClassName
{
background-color: #7C379E;
}
.BgClassName
{
background-color: #7C379E;
}
</style>
border-color css
<style>
span { border-color: #7C379E; }
span { border-color: rgb(124,55,158); }
td.TdClassName
{
border-color: #7C379E;
}
.TagClassName
{
border-color: #7C379E;
}
</style>