#750771

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

Shades of Purple #750771

Tints of Purple #750771

Color information

#750771 (or 0x750771) is unknown color: approx Purple. HEX triplet: 75, 07 and 71. RGB value is (117,7,113). Sum of RGB (Red+Green+Blue) = 117+7+113=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #750771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750771 is #8AF88E. Grayscale: #333333. Windows color (decimal): -9107599 or 7407477. OLE color: 7407477.

HSL color Cylindrical-coordinate representation of color #750771: hue angle of 302.18º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750771 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB1177113-
CMYK00.940.030.54
HSL302.18º88.71%24.31%-
HSV(B)302.18º94.02%45.88%-
XYZ10.395.1316.06-
YUV51.97162.44174.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=49.37%
G=2.95%
B=47.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117711300.940.030.54302.1888.7124.31
Hex7577105E33612e5918
Octal1657161013636645613130
Binary111010111111100010101111011110110100101110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750771; }

 p { color: rgb(117,7,113); }

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

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

 a { background-color: rgb(117,7,113); }

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

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

 span { border-color: rgb(117,7,113); }

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