#6D4778

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

Shades of Eminence #6D4778

Tints of Eminence #6D4778

Color information

#6D4778 (or 0x6D4778) is unknown color: approx Eminence. HEX triplet: 6D, 47 and 78. RGB value is (109,71,120). Sum of RGB (Red+Green+Blue) = 109+71+120=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D4778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4778 is #92B887. Grayscale: #575757. Windows color (decimal): -9615496 or 7882605. OLE color: 7882605.

HSL color Cylindrical-coordinate representation of color #6D4778: hue angle of 286.53º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D4778 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10971120-
CMYK0.090.4100.53
HSL286.53º25.65%37.45%-
HSV(B)286.53º40.83%47.06%-
XYZ11.959.1118.9-
YUV87.95146.09143.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.33%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 120 (47.27% from 255) = 40%
R=36.33%
G=23.67%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109711200.090.4100.53286.5325.6537.45
Hex6D477892903511f1a25
Octal15510717011510654373245
Binary1101101100011111110001001101001011010110001111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,71,120); }

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

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

 a { background-color: rgb(109,71,120); }

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

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

 span { border-color: rgb(109,71,120); }

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