#6C397A

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

Shades of Eminence #6C397A

Tints of Eminence #6C397A

Color information

#6C397A (or 0x6C397A) is unknown color: approx Eminence. HEX triplet: 6C, 39 and 7A. RGB value is (108,57,122). Sum of RGB (Red+Green+Blue) = 108+57+122=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C397A is #93C685. Grayscale: #4F4F4F. Windows color (decimal): -9684614 or 8010092. OLE color: 8010092.

HSL color Cylindrical-coordinate representation of color #6C397A: hue angle of 287.08º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C397A is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10857122-
CMYK0.110.5300.52
HSL287.08º36.31%35.1%-
HSV(B)287.08º53.28%47.84%-
XYZ11.167.5219.28-
YUV79.66151.9148.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.63%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=37.63%
G=19.86%
B=42.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108571220.110.5300.52287.0836.3135.1
Hex6C397AB3503411f2423
Octal1547117213650644374443
Binary1101100111001111101010111101010110100100011111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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