#6D3179

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

Shades of Eminence #6D3179

Tints of Eminence #6D3179

Color information

#6D3179 (or 0x6D3179) is unknown color: approx Eminence. HEX triplet: 6D, 31 and 79. RGB value is (109,49,121). Sum of RGB (Red+Green+Blue) = 109+49+121=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D3179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3179 is #92CE86. Grayscale: #4A4A4A. Windows color (decimal): -9621127 or 7942509. OLE color: 7942509.

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

Color convert

RGB10949121-
CMYK0.100.6000.53
HSL290º42.35%33.33%-
HSV(B)290º59.5%47.45%-
XYZ10.866.8318.83-
YUV75.15153.88152.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.07%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=39.07%
G=17.56%
B=43.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109491210.100.6000.5329042.3533.33
Hex6D3179A3C0351222a21
Octal1556117112740654425241
Binary1101101110001111100110101111000110101100100010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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