Shades of Vivid Violet #7C379A
Tints of Vivid Violet #7C379A
RGB
CMYK
RGB Variations
Color information
#7C379A (or 0x7C379A) is known color: Vivid Violet. HEX triplet: 7C, 37 and 9A. RGB value is (124,55,154). Sum of RGB (Red+Green+Blue) = 124+55+154=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C379A is #83C865. Grayscale: #565656. Windows color (decimal): -8636518 or 10106748. OLE color: 10106748.
HSL color Cylindrical-coordinate representation of color #7C379A: hue angle of 281.82º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C379A is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 55 | 154 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.40 |
| HSL | 281.82º | 0.47% | 0.41% | - |
| HSV(B) | 281.82º | 0.64% | 0.6% | - |
| XYZ | 15.51 | 9.35 | 31.56 | - |
| YUV | 86.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 154 | 0.19 | 0.64 | 0 | 0.40 | 281.82 | 0.47 | 0.41 |
| Hex | 7C | 37 | 9A | 13 | 40 | 0 | 28 | 11A | 2F | 29 |
| Octal | 174 | 67 | 232 | 23 | 100 | 0 | 50 | 432 | 57 | 51 |
| Binary | 1111100 | 110111 | 10011010 | 10011 | 1000000 | 0 | 101000 | 100011010 | 101111 | 101001 |
Color Harmonies of #7C379A
Complementary color
Monochromatic Colors of #7C379A
Black with #7C379A
Text Example
Text Example
White with #7C379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C379A; }
p { color: rgb(124,55,154); }
H1.HeaderClassName
{
color: #7C379A;
}
.AnyTagClassName
{
color: #7C379A;
}
</style>
background-color css
<style>
a { background-color: #7C379A; }
a { background-color: rgb(124,55,154); }
div.DivClassName
{
background-color: #7C379A;
}
.BgClassName
{
background-color: #7C379A;
}
</style>
border-color css
<style>
span { border-color: #7C379A; }
span { border-color: rgb(124,55,154); }
td.TdClassName
{
border-color: #7C379A;
}
.TagClassName
{
border-color: #7C379A;
}
</style>