#6E4173

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

Shades of Eminence #6E4173

Tints of Eminence #6E4173

Color information

#6E4173 (or 0x6E4173) is unknown color: approx Eminence. HEX triplet: 6E, 41 and 73. RGB value is (110,65,115). Sum of RGB (Red+Green+Blue) = 110+65+115=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E4173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4173 is #91BE8C. Grayscale: #545454. Windows color (decimal): -9551501 or 7553390. OLE color: 7553390.

HSL color Cylindrical-coordinate representation of color #6E4173: hue angle of 294º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E4173 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11065115-
CMYK0.040.4300.55
HSL294º27.78%35.29%-
HSV(B)294º43.48%45.1%-
XYZ11.428.3317.23-
YUV84.16145.41146.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.93%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=37.93%
G=22.41%
B=39.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110651150.040.4300.5529427.7835.29
Hex6E417342B0371261c23
Octal1561011634530674463443
Binary110111010000011110011100101011011011110010011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,65,115); }

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

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

 a { background-color: rgb(110,65,115); }

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

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

 span { border-color: rgb(110,65,115); }

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