Shades of Vivid Violet #7D169C
Tints of Vivid Violet #7D169C
RGB
CMYK
RGB Variations
Color information
#7D169C (or 0x7D169C) is known color: Vivid Violet. HEX triplet: 7D, 16 and 9C. RGB value is (125,22,156). Sum of RGB (Red+Green+Blue) = 125+22+156=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 22 (8.98% from 255 or 7.26% 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 #7D169C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D169C is #82E963. Grayscale: #434343. Windows color (decimal): -8579428 or 10229373. OLE color: 10229373.
HSL color Cylindrical-coordinate representation of color #7D169C: hue angle of 286.12º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D169C is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 22 | 156 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.39 |
| HSL | 286.12º | 0.75% | 0.35% | - |
| HSV(B) | 286.12º | 0.86% | 0.61% | - |
| XYZ | 14.75 | 7.33 | 32.09 | - |
| YUV | 68.07 | 177.62 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 22 | 156 | 0.20 | 0.86 | 0 | 0.39 | 286.12 | 0.75 | 0.35 |
| Hex | 7D | 16 | 9C | 14 | 56 | 0 | 27 | 11E | 4B | 23 |
| Octal | 175 | 26 | 234 | 24 | 126 | 0 | 47 | 436 | 113 | 43 |
| Binary | 1111101 | 10110 | 10011100 | 10100 | 1010110 | 0 | 100111 | 100011110 | 1001011 | 100011 |
Color Harmonies of #7D169C
Complementary color
Monochromatic Colors of #7D169C
Black with #7D169C
Text Example
Text Example
White with #7D169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D169C; }
p { color: rgb(125,22,156); }
H1.HeaderClassName
{
color: #7D169C;
}
.AnyTagClassName
{
color: #7D169C;
}
</style>
background-color css
<style>
a { background-color: #7D169C; }
a { background-color: rgb(125,22,156); }
div.DivClassName
{
background-color: #7D169C;
}
.BgClassName
{
background-color: #7D169C;
}
</style>
border-color css
<style>
span { border-color: #7D169C; }
span { border-color: rgb(125,22,156); }
td.TdClassName
{
border-color: #7D169C;
}
.TagClassName
{
border-color: #7D169C;
}
</style>