I have three set of numbers which I would like to convert into a color ... Where one value is red , other is blue,and the final is green...And finally obtain a color!I want to display it like the image how do I do it
Asked
Active
Viewed 122 times
0
-
1Possible duplicate of [Converting hex color to RGB and vice-versa](http://stackoverflow.com/questions/214359/converting-hex-color-to-rgb-and-vice-versa) – yolenoyer Mar 11 '17 at 07:47
-
Have a look at the Python [colorsys](https://docs.python.org/3.6/library/colorsys.html#module-colorsys) library. Also please edit your question to show possible input and expected output examples. – Martin Evans Mar 11 '17 at 07:50