#750687

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

Shades of Purple #750687

Tints of Purple #750687

Color information

#750687 (or 0x750687) is unknown color: approx Purple. HEX triplet: 75, 06 and 87. RGB value is (117,6,135). Sum of RGB (Red+Green+Blue) = 117+6+135=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #750687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750687 is #8AF978. Grayscale: #353535. Windows color (decimal): -9107833 or 8849013. OLE color: 8849013.

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

Color convert

RGB1176135-
CMYK0.130.9600.47
HSL291.63º91.49%27.65%-
HSV(B)291.63º95.56%52.94%-
XYZ11.775.6623.39-
YUV53.9173.77173.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 135 (53.12% from 255) = 52.33%
R=45.35%
G=2.33%
B=52.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11761350.130.9600.47291.6391.4927.65
Hex75687D6002F1245b1c
Octal16562071514005744413334
Binary111010111010000111110111000000101111100100100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750687; }

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

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

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

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

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

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

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

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