Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Vivid Violet | 761E7E | #761E7E | 118, 30, 126 | 46.27, 11.76, 49.41 | 6.35, 76.19, 0, 50.59 | 295, 76.190476190476, 49.411764705882 |
Color #761e7e is Vivid Violet. In RGB: 46.27, 11.76, 49.41. In CMYK: 6.35, 76.19, 0, 50.59.
div { background: #761e7e; color: #000; }
div { background: #761e7e; color: #fff; }
div { background: linear-gradient(to bottom, #5B0065 0%, #913A98 100%); color: #000; }
div { background: linear-gradient(to bottom, #913A98 0%, #5B0065 100%); color: #000; }
div { background: linear-gradient(to bottom, #5B0065 0%, #913A98 100%); color: #fff; }
div { background: linear-gradient(to bottom, #913A98 0%, #5B0065 100%); color: #fff; }
div { border: 1px solid #761e7e; }
div { border: 5px solid #761e7e; }
div { border: 1px dashed #761e7e; }
div { border: 5px dashed #761e7e; }
div { border: 1px dotted #761e7e; }
div { border: 5px dotted #761e7e; }