Shades of Vivid Violet #7D19A0
Tints of Vivid Violet #7D19A0
RGB
CMYK
RGB Variations
Color information
#7D19A0 (or 0x7D19A0) is known color: Vivid Violet. HEX triplet: 7D, 19 and A0. RGB value is (125,25,160). Sum of RGB (Red+Green+Blue) = 125+25+160=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #7D19A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D19A0 is #82E65F. Grayscale: #454545. Windows color (decimal): -8578656 or 10492285. OLE color: 10492285.
HSL color Cylindrical-coordinate representation of color #7D19A0: hue angle of 284.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D19A0 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 25 | 160 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.37 |
| HSL | 284.44º | 0.73% | 0.36% | - |
| HSV(B) | 284.44º | 0.84% | 0.63% | - |
| XYZ | 15.15 | 7.59 | 33.92 | - |
| YUV | 70.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 25 | 160 | 0.22 | 0.84 | 0 | 0.37 | 284.44 | 0.73 | 0.36 |
| Hex | 7D | 19 | A0 | 16 | 54 | 0 | 25 | 11C | 49 | 24 |
| Octal | 175 | 31 | 240 | 26 | 124 | 0 | 45 | 434 | 111 | 44 |
| Binary | 1111101 | 11001 | 10100000 | 10110 | 1010100 | 0 | 100101 | 100011100 | 1001001 | 100100 |
Color Harmonies of #7D19A0
Complementary color
Monochromatic Colors of #7D19A0
Black with #7D19A0
Text Example
Text Example
White with #7D19A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D19A0; }
p { color: rgb(125,25,160); }
H1.HeaderClassName
{
color: #7D19A0;
}
.AnyTagClassName
{
color: #7D19A0;
}
</style>
background-color css
<style>
a { background-color: #7D19A0; }
a { background-color: rgb(125,25,160); }
div.DivClassName
{
background-color: #7D19A0;
}
.BgClassName
{
background-color: #7D19A0;
}
</style>
border-color css
<style>
span { border-color: #7D19A0; }
span { border-color: rgb(125,25,160); }
td.TdClassName
{
border-color: #7D19A0;
}
.TagClassName
{
border-color: #7D19A0;
}
</style>