Shades of Vivid Violet #7D16AC
Tints of Vivid Violet #7D16AC
RGB
CMYK
RGB Variations
Color information
#7D16AC (or 0x7D16AC) is known color: Vivid Violet. HEX triplet: 7D, 16 and AC. RGB value is (125,22,172). Sum of RGB (Red+Green+Blue) = 125+22+172=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D16AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D16AC is #82E953. Grayscale: #454545. Windows color (decimal): -8579412 or 11277949. OLE color: 11277949.
HSL color Cylindrical-coordinate representation of color #7D16AC: hue angle of 281.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D16AC is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 22 | 172 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.33 |
| HSL | 281.2º | 0.77% | 0.38% | - |
| HSV(B) | 281.2º | 0.87% | 0.67% | - |
| XYZ | 16.19 | 7.91 | 39.7 | - |
| YUV | 69.9 | 185.62 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 22 | 172 | 0.27 | 0.87 | 0 | 0.33 | 281.2 | 0.77 | 0.38 |
| Hex | 7D | 16 | AC | 1B | 57 | 0 | 21 | 119 | 4D | 26 |
| Octal | 175 | 26 | 254 | 33 | 127 | 0 | 41 | 431 | 115 | 46 |
| Binary | 1111101 | 10110 | 10101100 | 11011 | 1010111 | 0 | 100001 | 100011001 | 1001101 | 100110 |
Color Harmonies of #7D16AC
Complementary color
Monochromatic Colors of #7D16AC
Black with #7D16AC
Text Example
Text Example
White with #7D16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D16AC; }
p { color: rgb(125,22,172); }
H1.HeaderClassName
{
color: #7D16AC;
}
.AnyTagClassName
{
color: #7D16AC;
}
</style>
background-color css
<style>
a { background-color: #7D16AC; }
a { background-color: rgb(125,22,172); }
div.DivClassName
{
background-color: #7D16AC;
}
.BgClassName
{
background-color: #7D16AC;
}
</style>
border-color css
<style>
span { border-color: #7D16AC; }
span { border-color: rgb(125,22,172); }
td.TdClassName
{
border-color: #7D16AC;
}
.TagClassName
{
border-color: #7D16AC;
}
</style>