#6E397F

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

Shades of Eminence #6E397F

Tints of Eminence #6E397F

Color information

#6E397F (or 0x6E397F) is unknown color: approx Eminence. HEX triplet: 6E, 39 and 7F. RGB value is (110,57,127). Sum of RGB (Red+Green+Blue) = 110+57+127=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E397F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E397F is #91C680. Grayscale: #505050. Windows color (decimal): -9553537 or 8337774. OLE color: 8337774.

HSL color Cylindrical-coordinate representation of color #6E397F: hue angle of 285.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E397F is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11057127-
CMYK0.130.5500.50
HSL285.43º38.04%36.08%-
HSV(B)285.43º55.12%49.8%-
XYZ11.727.7720.96-
YUV80.83154.06148.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.41%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 127 (50% from 255) = 43.20%
R=37.41%
G=19.39%
B=43.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110571270.130.5500.50285.4338.0436.08
Hex6E397FD3703211d2624
Octal1567117715670624354644
Binary1101110111001111111111011101110110010100011101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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