#6E397C

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

Shades of Eminence #6E397C

Tints of Eminence #6E397C

Color information

#6E397C (or 0x6E397C) is unknown color: approx Eminence. HEX triplet: 6E, 39 and 7C. RGB value is (110,57,124). Sum of RGB (Red+Green+Blue) = 110+57+124=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E397C is #91C683. Grayscale: #505050. Windows color (decimal): -9553540 or 8141166. OLE color: 8141166.

HSL color Cylindrical-coordinate representation of color #6E397C: hue angle of 287.46º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E397C is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11057124-
CMYK0.110.5400.51
HSL287.46º37.02%35.49%-
HSV(B)287.46º54.03%48.63%-
XYZ11.537.719.95-
YUV80.48152.56149.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.80%
GREEN value IS 57 (22.66% from 255) = 19.59%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=37.80%
G=19.59%
B=42.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110571240.110.5400.51287.4637.0235.49
Hex6E397CB3603311f2523
Octal1567117413660634374543
Binary1101110111001111110010111101100110011100011111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E397C; }

 p { color: rgb(110,57,124); }

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

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

 a { background-color: rgb(110,57,124); }

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

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

 span { border-color: rgb(110,57,124); }

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