#6D3C76

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

Shades of Eminence #6D3C76

Tints of Eminence #6D3C76

Color information

#6D3C76 (or 0x6D3C76) is unknown color: approx Eminence. HEX triplet: 6D, 3C and 76. RGB value is (109,60,118). Sum of RGB (Red+Green+Blue) = 109+60+118=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D3C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3C76 is #92C389. Grayscale: #515151. Windows color (decimal): -9618314 or 7748717. OLE color: 7748717.

HSL color Cylindrical-coordinate representation of color #6D3C76: hue angle of 290.69º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D3C76 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10960118-
CMYK0.080.4900.54
HSL290.69º32.58%34.9%-
HSV(B)290.69º49.15%46.27%-
XYZ11.197.7918.05-
YUV81.26148.73147.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.98%
GREEN value IS 60 (23.83% from 255) = 20.91%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=37.98%
G=20.91%
B=41.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109601180.080.4900.54290.6932.5834.9
Hex6D3C768310361232123
Octal1557416610610664434143
Binary1101101111100111011010001100010110110100100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,60,118); }

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

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

 a { background-color: rgb(109,60,118); }

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

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

 span { border-color: rgb(109,60,118); }

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