I am looking for a color picker which is similar to this one here but yet different: http://www.almsamim.com/color-picker.html That one shows visually the HSV color space but actually it is using RGB color space to determine the value of the colors, because HSV is more of an intuitive visual representation. In any case that is what I am looking for but with these key differences. I need it 768 pixels x 768 pixels, so each color is going to take up a 9 (3x3) pixel square space. Also the movement of the cursor will only be on the center pixel of the 9 pixel squares. I'm not sure what I want this coded in so please tell me your thoughts and why you think its better to do this in that specific program. Thanks