#6E327C

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

Shades of Eminence #6E327C

Tints of Eminence #6E327C

Color information

#6E327C (or 0x6E327C) is unknown color: approx Eminence. HEX triplet: 6E, 32 and 7C. RGB value is (110,50,124). Sum of RGB (Red+Green+Blue) = 110+50+124=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E327C is #91CD83. Grayscale: #4C4C4C. Windows color (decimal): -9555332 or 8139374. OLE color: 8139374.

HSL color Cylindrical-coordinate representation of color #6E327C: hue angle of 288.65º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E327C is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11050124-
CMYK0.110.6000.51
HSL288.65º42.53%34.12%-
HSV(B)288.65º59.68%48.63%-
XYZ11.217.0519.84-
YUV76.38154.88151.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.73%
GREEN value IS 50 (19.92% from 255) = 17.61%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=38.73%
G=17.61%
B=43.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110501240.110.6000.51288.6542.5334.12
Hex6E327CB3C0331212b22
Octal1566217413740634415342
Binary1101110110010111110010111111000110011100100001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,50,124); }

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

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

 a { background-color: rgb(110,50,124); }

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

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

 span { border-color: rgb(110,50,124); }

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