Shades of Vivid Violet #7C179C
Tints of Vivid Violet #7C179C
RGB
CMYK
RGB Variations
Color information
#7C179C (or 0x7C179C) is known color: Vivid Violet. HEX triplet: 7C, 17 and 9C. RGB value is (124,23,156). Sum of RGB (Red+Green+Blue) = 124+23+156=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C179C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C179C is #83E863. Grayscale: #434343. Windows color (decimal): -8644708 or 10229628. OLE color: 10229628.
HSL color Cylindrical-coordinate representation of color #7C179C: hue angle of 285.56º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C179C is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 23 | 156 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.39 |
| HSL | 285.56º | 0.74% | 0.35% | - |
| HSV(B) | 285.56º | 0.85% | 0.61% | - |
| XYZ | 14.62 | 7.3 | 32.09 | - |
| YUV | 68.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 156 | 0.21 | 0.85 | 0 | 0.39 | 285.56 | 0.74 | 0.35 |
| Hex | 7C | 17 | 9C | 15 | 55 | 0 | 27 | 11E | 4A | 23 |
| Octal | 174 | 27 | 234 | 25 | 125 | 0 | 47 | 436 | 112 | 43 |
| Binary | 1111100 | 10111 | 10011100 | 10101 | 1010101 | 0 | 100111 | 100011110 | 1001010 | 100011 |
Color Harmonies of #7C179C
Complementary color
Monochromatic Colors of #7C179C
Black with #7C179C
Text Example
Text Example
White with #7C179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C179C; }
p { color: rgb(124,23,156); }
H1.HeaderClassName
{
color: #7C179C;
}
.AnyTagClassName
{
color: #7C179C;
}
</style>
background-color css
<style>
a { background-color: #7C179C; }
a { background-color: rgb(124,23,156); }
div.DivClassName
{
background-color: #7C179C;
}
.BgClassName
{
background-color: #7C179C;
}
</style>
border-color css
<style>
span { border-color: #7C179C; }
span { border-color: rgb(124,23,156); }
td.TdClassName
{
border-color: #7C179C;
}
.TagClassName
{
border-color: #7C179C;
}
</style>