#763175

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

Shades of Eminence #763175

Tints of Eminence #763175

Color information

#763175 (or 0x763175) is unknown color: approx Eminence. HEX triplet: 76, 31 and 75. RGB value is (118,49,117). Sum of RGB (Red+Green+Blue) = 118+49+117=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #763175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763175 is #89CE8A. Grayscale: #4D4D4D. Windows color (decimal): -9031307 or 7680374. OLE color: 7680374.

HSL color Cylindrical-coordinate representation of color #763175: hue angle of 300.87º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763175 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11849117-
CMYK00.580.010.54
HSL300.87º41.32%32.75%-
HSV(B)300.87º58.47%46.27%-
XYZ11.787.3317.62-
YUV77.38150.36156.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 49 (19.53% from 255) = 17.25%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=41.55%
G=17.25%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184911700.580.010.54300.8741.3232.75
Hex76317503A13612d2921
Octal166611650721664555141
Binary1110110110001111010101110101110110100101101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763175; }

 p { color: rgb(118,49,117); }

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

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

 a { background-color: rgb(118,49,117); }

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

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

 span { border-color: rgb(118,49,117); }

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