#6D4079

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

Shades of Eminence #6D4079

Tints of Eminence #6D4079

Color information

#6D4079 (or 0x6D4079) is unknown color: approx Eminence. HEX triplet: 6D, 40 and 79. RGB value is (109,64,121). Sum of RGB (Red+Green+Blue) = 109+64+121=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D4079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4079 is #92BF86. Grayscale: #535353. Windows color (decimal): -9617287 or 7946349. OLE color: 7946349.

HSL color Cylindrical-coordinate representation of color #6D4079: hue angle of 287.37º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D4079 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10964121-
CMYK0.100.4700.53
HSL287.37º30.81%36.27%-
HSV(B)287.37º47.11%47.45%-
XYZ11.598.319.08-
YUV83.95148.91145.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.07%
GREEN value IS 64 (25.39% from 255) = 21.77%
BLUE value IS 121 (47.66% from 255) = 41.16%
R=37.07%
G=21.77%
B=41.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109641210.100.4700.53287.3730.8136.27
Hex6D4079A2F03511f1f24
Octal15510017112570654373744
Binary1101101100000011110011010101111011010110001111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,64,121); }

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

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

 a { background-color: rgb(109,64,121); }

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

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

 span { border-color: rgb(109,64,121); }

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