#763275

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

Shades of Eminence #763275

Tints of Eminence #763275

Color information

#763275 (or 0x763275) is unknown color: approx Eminence. HEX triplet: 76, 32 and 75. RGB value is (118,50,117). Sum of RGB (Red+Green+Blue) = 118+50+117=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #763275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763275 is #89CD8A. Grayscale: #4D4D4D. Windows color (decimal): -9031051 or 7680630. OLE color: 7680630.

HSL color Cylindrical-coordinate representation of color #763275: hue angle of 300.88º degrees, saturation: 0.4, 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 #763275 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11850117-
CMYK00.580.010.54
HSL300.88º40.48%32.94%-
HSV(B)300.88º57.63%46.27%-
XYZ11.827.4217.64-
YUV77.97150.03156.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=41.40%
G=17.54%
B=41.05%

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
Decimal1185011700.580.010.54300.8840.4832.94
Hex76327503A13612d2821
Octal166621650721664555041
Binary1110110110010111010101110101110110100101101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763275; }

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

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

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

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

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

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

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

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