#6B397C

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

Shades of Eminence #6B397C

Tints of Eminence #6B397C

Color information

#6B397C (or 0x6B397C) is unknown color: approx Eminence. HEX triplet: 6B, 39 and 7C. RGB value is (107,57,124). Sum of RGB (Red+Green+Blue) = 107+57+124=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B397C is #94C683. Grayscale: #4F4F4F. Windows color (decimal): -9750148 or 8141163. OLE color: 8141163.

HSL color Cylindrical-coordinate representation of color #6B397C: hue angle of 284.78º 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 #6B397C is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10757124-
CMYK0.140.5400.51
HSL284.78º37.02%35.49%-
HSV(B)284.78º54.03%48.63%-
XYZ11.167.5119.93-
YUV79.59153.06147.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.15%
GREEN value IS 57 (22.66% from 255) = 19.79%
BLUE value IS 124 (48.83% from 255) = 43.06%
R=37.15%
G=19.79%
B=43.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal107571240.140.5400.51284.7837.0235.49
Hex6B397CE3603311d2523
Octal1537117416660634354543
Binary1101011111001111110011101101100110011100011101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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