#68397A

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

Shades of Eminence #68397A

Tints of Eminence #68397A

Color information

#68397A (or 0x68397A) is unknown color: approx Eminence. HEX triplet: 68, 39 and 7A. RGB value is (104,57,122). Sum of RGB (Red+Green+Blue) = 104+57+122=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #68397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68397A is #97C685. Grayscale: #4E4E4E. Windows color (decimal): -9946758 or 8010088. OLE color: 8010088.

HSL color Cylindrical-coordinate representation of color #68397A: hue angle of 283.38º 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 #68397A is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10457122-
CMYK0.150.5300.52
HSL283.38º36.31%35.1%-
HSV(B)283.38º53.28%47.84%-
XYZ10.687.2719.25-
YUV78.46152.57146.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=36.75%
G=20.14%
B=43.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104571220.150.5300.52283.3836.3135.1
Hex68397AF3503411b2423
Octal1507117217650644334443
Binary1101000111001111101011111101010110100100011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68397A; }

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

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

<style>
 a { background-color: #68397A; }

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

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

<style>
 span { border-color: #68397A; }

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

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