#68377D

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

Shades of Eminence #68377D

Tints of Eminence #68377D

Color information

#68377D (or 0x68377D) is unknown color: approx Eminence. HEX triplet: 68, 37 and 7D. RGB value is (104,55,125). Sum of RGB (Red+Green+Blue) = 104+55+125=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #68377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68377D is #97C882. Grayscale: #4D4D4D. Windows color (decimal): -9947267 or 8206184. OLE color: 8206184.

HSL color Cylindrical-coordinate representation of color #68377D: hue angle of 282º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68377D is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10455125-
CMYK0.170.5600.51
HSL282º38.89%35.29%-
HSV(B)282º56%49.02%-
XYZ10.787.1620.22-
YUV77.63154.73146.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 125 (49.22% from 255) = 44.01%
R=36.62%
G=19.37%
B=44.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104551250.170.5600.5128238.8935.29
Hex68377D113803311a2723
Octal1506717521700634324743
Binary11010001101111111101100011110000110011100011010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68377D; }

 p { color: rgb(104,55,125); }

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

<style>
 a { background-color: #68377D; }

 a { background-color: rgb(104,55,125); }

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

<style>
 span { border-color: #68377D; }

 span { border-color: rgb(104,55,125); }

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