#6C397C

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

Shades of Eminence #6C397C

Tints of Eminence #6C397C

Color information

#6C397C (or 0x6C397C) is unknown color: approx Eminence. HEX triplet: 6C, 39 and 7C. RGB value is (108,57,124). Sum of RGB (Red+Green+Blue) = 108+57+124=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C397C is #93C683. Grayscale: #4F4F4F. Windows color (decimal): -9684612 or 8141164. OLE color: 8141164.

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

Color convert

RGB10857124-
CMYK0.130.5400.51
HSL285.67º37.02%35.49%-
HSV(B)285.67º54.03%48.63%-
XYZ11.297.5719.94-
YUV79.89152.9148.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.37%
GREEN value IS 57 (22.66% from 255) = 19.72%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=37.37%
G=19.72%
B=42.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108571240.130.5400.51285.6737.0235.49
Hex6C397CD3603311e2523
Octal1547117415660634364543
Binary1101100111001111110011011101100110011100011110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,57,124); }

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

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

 a { background-color: rgb(108,57,124); }

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

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

 span { border-color: rgb(108,57,124); }

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