#6D4175

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

Shades of Eminence #6D4175

Tints of Eminence #6D4175

Color information

#6D4175 (or 0x6D4175) is unknown color: approx Eminence. HEX triplet: 6D, 41 and 75. RGB value is (109,65,117). Sum of RGB (Red+Green+Blue) = 109+65+117=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D4175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4175 is #92BE8A. Grayscale: #535353. Windows color (decimal): -9617035 or 7684461. OLE color: 7684461.

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

Color convert

RGB10965117-
CMYK0.070.4400.54
HSL290.77º28.57%35.69%-
HSV(B)290.77º44.44%45.88%-
XYZ11.418.3217.83-
YUV84.08146.58145.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=37.46%
G=22.34%
B=40.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109651170.070.4400.54290.7728.5735.69
Hex6D417572C0361231d24
Octal1551011657540664433544
Binary110110110000011110101111101100011011010010001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,65,117); }

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

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

 a { background-color: rgb(109,65,117); }

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

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

 span { border-color: rgb(109,65,117); }

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