#6D347C

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

Shades of Eminence #6D347C

Tints of Eminence #6D347C

Color information

#6D347C (or 0x6D347C) is unknown color: approx Eminence. HEX triplet: 6D, 34 and 7C. RGB value is (109,52,124). Sum of RGB (Red+Green+Blue) = 109+52+124=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D347C is #92CB83. Grayscale: #4D4D4D. Windows color (decimal): -9620356 or 8139885. OLE color: 8139885.

HSL color Cylindrical-coordinate representation of color #6D347C: hue angle of 287.5º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D347C is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10952124-
CMYK0.120.5800.51
HSL287.5º40.91%34.51%-
HSV(B)287.5º58.06%48.63%-
XYZ11.177.1619.86-
YUV77.25154.38150.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.25%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=38.25%
G=18.25%
B=43.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109521240.120.5800.51287.540.9134.51
Hex6D347CC3A0331202923
Octal1556417414720634405143
Binary1101101110100111110011001110100110011100100000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,124); }

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

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

 a { background-color: rgb(109,52,124); }

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

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

 span { border-color: rgb(109,52,124); }

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