Shades of Vivid Violet #7C279A
Tints of Vivid Violet #7C279A
RGB
CMYK
RGB Variations
Color information
#7C279A (or 0x7C279A) is known color: Vivid Violet. HEX triplet: 7C, 27 and 9A. RGB value is (124,39,154). Sum of RGB (Red+Green+Blue) = 124+39+154=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C279A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C279A is #83D865. Grayscale: #4D4D4D. Windows color (decimal): -8640614 or 10102652. OLE color: 10102652.
HSL color Cylindrical-coordinate representation of color #7C279A: hue angle of 284.35º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C279A is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 39 | 154 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.40 |
| HSL | 284.35º | 0.6% | 0.38% | - |
| HSV(B) | 284.35º | 0.75% | 0.6% | - |
| XYZ | 14.87 | 8.07 | 31.35 | - |
| YUV | 77.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 154 | 0.19 | 0.75 | 0 | 0.40 | 284.35 | 0.6 | 0.38 |
| Hex | 7C | 27 | 9A | 13 | 4B | 0 | 28 | 11C | 3C | 26 |
| Octal | 174 | 47 | 232 | 23 | 113 | 0 | 50 | 434 | 74 | 46 |
| Binary | 1111100 | 100111 | 10011010 | 10011 | 1001011 | 0 | 101000 | 100011100 | 111100 | 100110 |
Color Harmonies of #7C279A
Complementary color
Monochromatic Colors of #7C279A
Black with #7C279A
Text Example
Text Example
White with #7C279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C279A; }
p { color: rgb(124,39,154); }
H1.HeaderClassName
{
color: #7C279A;
}
.AnyTagClassName
{
color: #7C279A;
}
</style>
background-color css
<style>
a { background-color: #7C279A; }
a { background-color: rgb(124,39,154); }
div.DivClassName
{
background-color: #7C279A;
}
.BgClassName
{
background-color: #7C279A;
}
</style>
border-color css
<style>
span { border-color: #7C279A; }
span { border-color: rgb(124,39,154); }
td.TdClassName
{
border-color: #7C279A;
}
.TagClassName
{
border-color: #7C279A;
}
</style>