#6E3D76

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

Shades of Eminence #6E3D76

Tints of Eminence #6E3D76

Color information

#6E3D76 (or 0x6E3D76) is unknown color: approx Eminence. HEX triplet: 6E, 3D and 76. RGB value is (110,61,118). Sum of RGB (Red+Green+Blue) = 110+61+118=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E3D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3D76 is #91C289. Grayscale: #515151. Windows color (decimal): -9552522 or 7748974. OLE color: 7748974.

HSL color Cylindrical-coordinate representation of color #6E3D76: hue angle of 291.58º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E3D76 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11061118-
CMYK0.070.4800.54
HSL291.58º31.84%35.1%-
HSV(B)291.58º48.31%46.27%-
XYZ11.377.9618.08-
YUV82.15148.23147.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.06%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=38.06%
G=21.11%
B=40.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110611180.070.4800.54291.5831.8435.1
Hex6E3D767300361242023
Octal156751667600664444043
Binary110111011110111101101111100000110110100100100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,61,118); }

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

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

 a { background-color: rgb(110,61,118); }

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

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

 span { border-color: rgb(110,61,118); }

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