#6C317C

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

Shades of Eminence #6C317C

Tints of Eminence #6C317C

Color information

#6C317C (or 0x6C317C) is unknown color: approx Eminence. HEX triplet: 6C, 31 and 7C. RGB value is (108,49,124). Sum of RGB (Red+Green+Blue) = 108+49+124=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C317C is #93CE83. Grayscale: #4A4A4A. Windows color (decimal): -9686660 or 8139116. OLE color: 8139116.

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

Color convert

RGB10849124-
CMYK0.130.6000.51
HSL287.2º43.35%33.92%-
HSV(B)287.2º60.48%48.63%-
XYZ10.926.8419.81-
YUV75.19155.55151.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.43%
GREEN value IS 49 (19.53% from 255) = 17.44%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=38.43%
G=17.44%
B=44.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108491240.130.6000.51287.243.3533.92
Hex6C317CD3C03311f2b22
Octal1546117415740634375342
Binary1101100110001111110011011111000110011100011111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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