#763576

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

Shades of Eminence #763576

Tints of Eminence #763576

Color information

#763576 (or 0x763576) is unknown color: approx Eminence. HEX triplet: 76, 35 and 76. RGB value is (118,53,118). Sum of RGB (Red+Green+Blue) = 118+53+118=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #763576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763576 is #89CA89. Grayscale: #4F4F4F. Windows color (decimal): -9030282 or 7746934. OLE color: 7746934.

HSL color Cylindrical-coordinate representation of color #763576: hue angle of 300º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763576 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11853118-
CMYK00.5500.54
HSL300º38.01%33.53%-
HSV(B)300º55.08%46.27%-
XYZ12.017.7117.99-
YUV79.84149.53155.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=40.83%
G=18.34%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185311800.5500.5430038.0133.53
Hex76357603703612c2622
Octal166651660670664544642
Binary1110110110101111011001101110110110100101100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763576; }

 p { color: rgb(118,53,118); }

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

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

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

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

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

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

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