Shades of Vivid Violet #7C279E
Tints of Vivid Violet #7C279E
RGB
CMYK
RGB Variations
Color information
#7C279E (or 0x7C279E) is known color: Vivid Violet. HEX triplet: 7C, 27 and 9E. RGB value is (124,39,158). Sum of RGB (Red+Green+Blue) = 124+39+158=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C279E is #83D861. Grayscale: #4D4D4D. Windows color (decimal): -8640610 or 10364796. OLE color: 10364796.
HSL color Cylindrical-coordinate representation of color #7C279E: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C279E is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 39 | 158 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.38 |
| HSL | 282.86º | 0.6% | 0.39% | - |
| HSV(B) | 282.86º | 0.75% | 0.62% | - |
| XYZ | 15.21 | 8.2 | 33.13 | - |
| YUV | 77.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 158 | 0.22 | 0.75 | 0 | 0.38 | 282.86 | 0.6 | 0.39 |
| Hex | 7C | 27 | 9E | 16 | 4B | 0 | 26 | 11B | 3C | 27 |
| Octal | 174 | 47 | 236 | 26 | 113 | 0 | 46 | 433 | 74 | 47 |
| Binary | 1111100 | 100111 | 10011110 | 10110 | 1001011 | 0 | 100110 | 100011011 | 111100 | 100111 |
Color Harmonies of #7C279E
Complementary color
Monochromatic Colors of #7C279E
Black with #7C279E
Text Example
Text Example
White with #7C279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C279E; }
p { color: rgb(124,39,158); }
H1.HeaderClassName
{
color: #7C279E;
}
.AnyTagClassName
{
color: #7C279E;
}
</style>
background-color css
<style>
a { background-color: #7C279E; }
a { background-color: rgb(124,39,158); }
div.DivClassName
{
background-color: #7C279E;
}
.BgClassName
{
background-color: #7C279E;
}
</style>
border-color css
<style>
span { border-color: #7C279E; }
span { border-color: rgb(124,39,158); }
td.TdClassName
{
border-color: #7C279E;
}
.TagClassName
{
border-color: #7C279E;
}
</style>