Shades of Vivid Violet #7C279D
Tints of Vivid Violet #7C279D
RGB
CMYK
RGB Variations
Color information
#7C279D (or 0x7C279D) is known color: Vivid Violet. HEX triplet: 7C, 27 and 9D. RGB value is (124,39,157). Sum of RGB (Red+Green+Blue) = 124+39+157=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C279D is #83D862. Grayscale: #4D4D4D. Windows color (decimal): -8640611 or 10299260. OLE color: 10299260.
HSL color Cylindrical-coordinate representation of color #7C279D: hue angle of 283.22º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C279D is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 39 | 157 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.38 |
| HSL | 283.22º | 0.6% | 0.38% | - |
| HSV(B) | 283.22º | 0.75% | 0.62% | - |
| XYZ | 15.12 | 8.17 | 32.68 | - |
| YUV | 77.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 157 | 0.21 | 0.75 | 0 | 0.38 | 283.22 | 0.6 | 0.38 |
| Hex | 7C | 27 | 9D | 15 | 4B | 0 | 26 | 11B | 3C | 26 |
| Octal | 174 | 47 | 235 | 25 | 113 | 0 | 46 | 433 | 74 | 46 |
| Binary | 1111100 | 100111 | 10011101 | 10101 | 1001011 | 0 | 100110 | 100011011 | 111100 | 100110 |
Color Harmonies of #7C279D
Complementary color
Monochromatic Colors of #7C279D
Black with #7C279D
Text Example
Text Example
White with #7C279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C279D; }
p { color: rgb(124,39,157); }
H1.HeaderClassName
{
color: #7C279D;
}
.AnyTagClassName
{
color: #7C279D;
}
</style>
background-color css
<style>
a { background-color: #7C279D; }
a { background-color: rgb(124,39,157); }
div.DivClassName
{
background-color: #7C279D;
}
.BgClassName
{
background-color: #7C279D;
}
</style>
border-color css
<style>
span { border-color: #7C279D; }
span { border-color: rgb(124,39,157); }
td.TdClassName
{
border-color: #7C279D;
}
.TagClassName
{
border-color: #7C279D;
}
</style>