#68317C

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

Shades of Eminence #68317C

Tints of Eminence #68317C

Color information

#68317C (or 0x68317C) is unknown color: approx Eminence. HEX triplet: 68, 31 and 7C. RGB value is (104,49,124). Sum of RGB (Red+Green+Blue) = 104+49+124=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #68317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68317C is #97CE83. Grayscale: #494949. Windows color (decimal): -9948804 or 8139112. OLE color: 8139112.

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

Color convert

RGB10449124-
CMYK0.160.6000.51
HSL284º43.35%33.92%-
HSV(B)284º60.48%48.63%-
XYZ10.456.5919.79-
YUV73.99156.22149.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=37.55%
G=17.69%
B=44.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104491240.160.6000.5128443.3533.92
Hex68317C103C03311c2b22
Octal1506117420740634345342
Binary11010001100011111100100001111000110011100011100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68317C; }

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

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

<style>
 a { background-color: #68317C; }

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

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

<style>
 span { border-color: #68317C; }

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

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