#76397E

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

Shades of Eminence #76397E

Tints of Eminence #76397E

Color information

#76397E (or 0x76397E) is unknown color: approx Eminence. HEX triplet: 76, 39 and 7E. RGB value is (118,57,126). Sum of RGB (Red+Green+Blue) = 118+57+126=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #76397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76397E is #89C681. Grayscale: #525252. Windows color (decimal): -9029250 or 8272246. OLE color: 8272246.

HSL color Cylindrical-coordinate representation of color #76397E: hue angle of 293.04º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76397E is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11857126-
CMYK0.060.5500.51
HSL293.04º37.7%35.88%-
HSV(B)293.04º54.76%49.41%-
XYZ12.78.2820.67-
YUV83.1152.21152.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=39.20%
G=18.94%
B=41.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118571260.060.5500.51293.0437.735.88
Hex76397E6370331252624
Octal166711766670634454644
Binary111011011100111111101101101110110011100100101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76397E; }

 p { color: rgb(118,57,126); }

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

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

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

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

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

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

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