#750187

Color #750187 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #750187

Tints of Purple #750187

Color information

#750187 (or 0x750187) is unknown color: approx Purple. HEX triplet: 75, 01 and 87. RGB value is (117,1,135). Sum of RGB (Red+Green+Blue) = 117+1+135=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #750187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750187 is #8AFE78. Grayscale: #323232. Windows color (decimal): -9109113 or 8847733. OLE color: 8847733.

HSL color Cylindrical-coordinate representation of color #750187: hue angle of 291.94º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750187 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1171135-
CMYK0.130.9900.47
HSL291.94º98.53%26.67%-
HSV(B)291.94º99.26%52.94%-
XYZ11.725.5523.38-
YUV50.96175.43175.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 135 (53.12% from 255) = 53.36%
R=46.25%
G=0.40%
B=53.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11711350.130.9900.47291.9498.5326.67
Hex75187D6302F124631b
Octal16512071514305744414333
Binary1110101110000111110111000110101111100100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750187; }

 p { color: rgb(117,1,135); }

 H1.HeaderClassName
 {
   color: #750187;
 }
 .AnyTagClassName
 {
   color: #750187;
 }
</style>
background-color css

<style>
 a { background-color: #750187; }

 a { background-color: rgb(117,1,135); }

 div.DivClassName
 {
   background-color: #750187;
 }
 .BgClassName
 {
   background-color: #750187;
 }
</style>
border-color css

<style>
 span { border-color: #750187; }

 span { border-color: rgb(117,1,135); }

 td.TdClassName
 {
   border-color: #750187;
 }
 .TagClassName
 {
   border-color: #750187;
 }
</style>