#76397B

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

Shades of Eminence #76397B

Tints of Eminence #76397B

Color information

#76397B (or 0x76397B) is unknown color: approx Eminence. HEX triplet: 76, 39 and 7B. RGB value is (118,57,123). Sum of RGB (Red+Green+Blue) = 118+57+123=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #76397B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76397B is #89C684. Grayscale: #525252. Windows color (decimal): -9029253 or 8075638. OLE color: 8075638.

HSL color Cylindrical-coordinate representation of color #76397B: hue angle of 295.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76397B is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11857123-
CMYK0.040.5400.52
HSL295.45º36.67%35.29%-
HSV(B)295.45º53.66%48.24%-
XYZ12.518.2119.66-
YUV82.76150.71153.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=39.60%
G=19.13%
B=41.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118571230.040.5400.52295.4536.6735.29
Hex76397B4360341272523
Octal166711734660644474543
Binary111011011100111110111001101100110100100100111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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