Shades of Dark Violet #7D16C6
Tints of Dark Violet #7D16C6
RGB
CMYK
RGB Variations
Color information
#7D16C6 (or 0x7D16C6) is known color: Dark Violet. HEX triplet: 7D, 16 and C6. RGB value is (125,22,198). Sum of RGB (Red+Green+Blue) = 125+22+198=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #7D16C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D16C6 is #82E939. Grayscale: #484848. Windows color (decimal): -8579386 or 12981885. OLE color: 12981885.
HSL color Cylindrical-coordinate representation of color #7D16C6: hue angle of 275.11º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D16C6 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 22 | 198 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.22 |
| HSL | 275.11º | 0.8% | 0.43% | - |
| HSV(B) | 275.11º | 0.89% | 0.78% | - |
| XYZ | 18.94 | 9.01 | 54.17 | - |
| YUV | 72.86 | 198.62 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 22 | 198 | 0.37 | 0.89 | 0 | 0.22 | 275.11 | 0.8 | 0.43 |
| Hex | 7D | 16 | C6 | 25 | 59 | 0 | 16 | 113 | 50 | 2B |
| Octal | 175 | 26 | 306 | 45 | 131 | 0 | 26 | 423 | 120 | 53 |
| Binary | 1111101 | 10110 | 11000110 | 100101 | 1011001 | 0 | 10110 | 100010011 | 1010000 | 101011 |
Color Harmonies of #7D16C6
Complementary color
Monochromatic Colors of #7D16C6
Black with #7D16C6
Text Example
Text Example
White with #7D16C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D16C6; }
p { color: rgb(125,22,198); }
H1.HeaderClassName
{
color: #7D16C6;
}
.AnyTagClassName
{
color: #7D16C6;
}
</style>
background-color css
<style>
a { background-color: #7D16C6; }
a { background-color: rgb(125,22,198); }
div.DivClassName
{
background-color: #7D16C6;
}
.BgClassName
{
background-color: #7D16C6;
}
</style>
border-color css
<style>
span { border-color: #7D16C6; }
span { border-color: rgb(125,22,198); }
td.TdClassName
{
border-color: #7D16C6;
}
.TagClassName
{
border-color: #7D16C6;
}
</style>