#6D4378

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

Shades of Eminence #6D4378

Tints of Eminence #6D4378

Color information

#6D4378 (or 0x6D4378) is unknown color: approx Eminence. HEX triplet: 6D, 43 and 78. RGB value is (109,67,120). Sum of RGB (Red+Green+Blue) = 109+67+120=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D4378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4378 is #92BC87. Grayscale: #555555. Windows color (decimal): -9616520 or 7881581. OLE color: 7881581.

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

Color convert

RGB10967120-
CMYK0.090.4400.53
HSL287.55º28.34%36.67%-
HSV(B)287.55º44.17%47.06%-
XYZ11.78.6218.82-
YUV85.6147.41144.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.82%
GREEN value IS 67 (26.56% from 255) = 22.64%
BLUE value IS 120 (47.27% from 255) = 40.54%
R=36.82%
G=22.64%
B=40.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109671200.090.4400.53287.5528.3436.67
Hex6D437892C0351201c25
Octal15510317011540654403445
Binary1101101100001111110001001101100011010110010000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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