Shades of Vivid Violet #7C318D
Tints of Vivid Violet #7C318D
RGB
CMYK
RGB Variations
Color information
#7C318D (or 0x7C318D) is known color: Vivid Violet. HEX triplet: 7C, 31 and 8D. RGB value is (124,49,141). Sum of RGB (Red+Green+Blue) = 124+49+141=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C318D is #83CE72. Grayscale: #515151. Windows color (decimal): -8638067 or 9253244. OLE color: 9253244.
HSL color Cylindrical-coordinate representation of color #7C318D: hue angle of 288.91º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C318D is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 49 | 141 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.45 |
| HSL | 288.91º | 0.48% | 0.37% | - |
| HSV(B) | 288.91º | 0.65% | 0.55% | - |
| XYZ | 14.22 | 8.4 | 26.07 | - |
| YUV | 81.91 | 161.35 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 49 | 141 | 0.12 | 0.65 | 0 | 0.45 | 288.91 | 0.48 | 0.37 |
| Hex | 7C | 31 | 8D | C | 41 | 0 | 2D | 121 | 30 | 25 |
| Octal | 174 | 61 | 215 | 14 | 101 | 0 | 55 | 441 | 60 | 45 |
| Binary | 1111100 | 110001 | 10001101 | 1100 | 1000001 | 0 | 101101 | 100100001 | 110000 | 100101 |
Color Harmonies of #7C318D
Complementary color
Monochromatic Colors of #7C318D
Black with #7C318D
Text Example
Text Example
White with #7C318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C318D; }
p { color: rgb(124,49,141); }
H1.HeaderClassName
{
color: #7C318D;
}
.AnyTagClassName
{
color: #7C318D;
}
</style>
background-color css
<style>
a { background-color: #7C318D; }
a { background-color: rgb(124,49,141); }
div.DivClassName
{
background-color: #7C318D;
}
.BgClassName
{
background-color: #7C318D;
}
</style>
border-color css
<style>
span { border-color: #7C318D; }
span { border-color: rgb(124,49,141); }
td.TdClassName
{
border-color: #7C318D;
}
.TagClassName
{
border-color: #7C318D;
}
</style>