Shades of Vivid Violet #7D169D
Tints of Vivid Violet #7D169D
RGB
CMYK
RGB Variations
Color information
#7D169D (or 0x7D169D) is known color: Vivid Violet. HEX triplet: 7D, 16 and 9D. RGB value is (125,22,157). Sum of RGB (Red+Green+Blue) = 125+22+157=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D169D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D169D is #82E962. Grayscale: #434343. Windows color (decimal): -8579427 or 10294909. OLE color: 10294909.
HSL color Cylindrical-coordinate representation of color #7D169D: hue angle of 285.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D169D is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 22 | 157 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.38 |
| HSL | 285.78º | 0.75% | 0.35% | - |
| HSV(B) | 285.78º | 0.86% | 0.62% | - |
| XYZ | 14.83 | 7.37 | 32.54 | - |
| YUV | 68.19 | 178.12 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 22 | 157 | 0.20 | 0.86 | 0 | 0.38 | 285.78 | 0.75 | 0.35 |
| Hex | 7D | 16 | 9D | 14 | 56 | 0 | 26 | 11E | 4B | 23 |
| Octal | 175 | 26 | 235 | 24 | 126 | 0 | 46 | 436 | 113 | 43 |
| Binary | 1111101 | 10110 | 10011101 | 10100 | 1010110 | 0 | 100110 | 100011110 | 1001011 | 100011 |
Color Harmonies of #7D169D
Complementary color
Monochromatic Colors of #7D169D
Black with #7D169D
Text Example
Text Example
White with #7D169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D169D; }
p { color: rgb(125,22,157); }
H1.HeaderClassName
{
color: #7D169D;
}
.AnyTagClassName
{
color: #7D169D;
}
</style>
background-color css
<style>
a { background-color: #7D169D; }
a { background-color: rgb(125,22,157); }
div.DivClassName
{
background-color: #7D169D;
}
.BgClassName
{
background-color: #7D169D;
}
</style>
border-color css
<style>
span { border-color: #7D169D; }
span { border-color: rgb(125,22,157); }
td.TdClassName
{
border-color: #7D169D;
}
.TagClassName
{
border-color: #7D169D;
}
</style>