Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Purple Heart | 5A2FBF | #5A2FBF | 90, 47, 191 | 35.29, 18.43, 74.9 | 52.88, 75.39, 0, 25.1 | 257.91666666667, 75.392670157068, 74.901960784314 |
Color #5a2fbf is Purple Heart. In RGB: 35.29, 18.43, 74.9. In CMYK: 52.88, 75.39, 0, 25.1.
div { background: #5a2fbf; color: #000; }
div { background: #5a2fbf; color: #fff; }
div { background: linear-gradient(to bottom, #3A14A3 0%, #7848DB 100%); color: #000; }
div { background: linear-gradient(to bottom, #7848DB 0%, #3A14A3 100%); color: #000; }
div { background: linear-gradient(to bottom, #3A14A3 0%, #7848DB 100%); color: #fff; }
div { background: linear-gradient(to bottom, #7848DB 0%, #3A14A3 100%); color: #fff; }
div { border: 1px solid #5a2fbf; }
div { border: 5px solid #5a2fbf; }
div { border: 1px dashed #5a2fbf; }
div { border: 5px dashed #5a2fbf; }
div { border: 1px dotted #5a2fbf; }
div { border: 5px dotted #5a2fbf; }