Shades of Vivid Violet #7D179C
Tints of Vivid Violet #7D179C
RGB
CMYK
RGB Variations
Color information
#7D179C (or 0x7D179C) is known color: Vivid Violet. HEX triplet: 7D, 17 and 9C. RGB value is (125,23,156). Sum of RGB (Red+Green+Blue) = 125+23+156=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D179C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D179C is #82E863. Grayscale: #444444. Windows color (decimal): -8579172 or 10229629. OLE color: 10229629.
HSL color Cylindrical-coordinate representation of color #7D179C: hue angle of 286.02º 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 #7D179C is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 23 | 156 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.39 |
| HSL | 286.02º | 0.74% | 0.35% | - |
| HSV(B) | 286.02º | 0.85% | 0.61% | - |
| XYZ | 14.76 | 7.37 | 32.1 | - |
| YUV | 68.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 156 | 0.20 | 0.85 | 0 | 0.39 | 286.02 | 0.74 | 0.35 |
| Hex | 7D | 17 | 9C | 14 | 55 | 0 | 27 | 11E | 4A | 23 |
| Octal | 175 | 27 | 234 | 24 | 125 | 0 | 47 | 436 | 112 | 43 |
| Binary | 1111101 | 10111 | 10011100 | 10100 | 1010101 | 0 | 100111 | 100011110 | 1001010 | 100011 |
Color Harmonies of #7D179C
Complementary color
Monochromatic Colors of #7D179C
Black with #7D179C
Text Example
Text Example
White with #7D179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D179C; }
p { color: rgb(125,23,156); }
H1.HeaderClassName
{
color: #7D179C;
}
.AnyTagClassName
{
color: #7D179C;
}
</style>
background-color css
<style>
a { background-color: #7D179C; }
a { background-color: rgb(125,23,156); }
div.DivClassName
{
background-color: #7D179C;
}
.BgClassName
{
background-color: #7D179C;
}
</style>
border-color css
<style>
span { border-color: #7D179C; }
span { border-color: rgb(125,23,156); }
td.TdClassName
{
border-color: #7D179C;
}
.TagClassName
{
border-color: #7D179C;
}
</style>