#6E397D

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

Shades of Eminence #6E397D

Tints of Eminence #6E397D

Color information

#6E397D (or 0x6E397D) is unknown color: approx Eminence. HEX triplet: 6E, 39 and 7D. RGB value is (110,57,125). Sum of RGB (Red+Green+Blue) = 110+57+125=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E397D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E397D is #91C682. Grayscale: #505050. Windows color (decimal): -9553539 or 8206702. OLE color: 8206702.

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

Color convert

RGB11057125-
CMYK0.120.5400.51
HSL286.76º37.36%35.69%-
HSV(B)286.76º54.4%49.02%-
XYZ11.67.7220.28-
YUV80.6153.06148.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.67%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 125 (49.22% from 255) = 42.81%
R=37.67%
G=19.52%
B=42.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110571250.120.5400.51286.7637.3635.69
Hex6E397DC3603311f2524
Octal1567117514660634374544
Binary1101110111001111110111001101100110011100011111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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