#68377E

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

Shades of Eminence #68377E

Tints of Eminence #68377E

Color information

#68377E (or 0x68377E) is unknown color: approx Eminence. HEX triplet: 68, 37 and 7E. RGB value is (104,55,126). Sum of RGB (Red+Green+Blue) = 104+55+126=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #68377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68377E is #97C881. Grayscale: #4D4D4D. Windows color (decimal): -9947266 or 8271720. OLE color: 8271720.

HSL color Cylindrical-coordinate representation of color #68377E: hue angle of 281.41º 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 #68377E is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10455126-
CMYK0.170.5600.51
HSL281.41º39.23%35.49%-
HSV(B)281.41º56.35%49.41%-
XYZ10.847.1820.55-
YUV77.74155.23146.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 55 (21.88% from 255) = 19.30%
BLUE value IS 126 (49.61% from 255) = 44.21%
R=36.49%
G=19.30%
B=44.21%

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
Decimal104551260.170.5600.51281.4139.2335.49
Hex68377E11380331192723
Octal1506717621700634314743
Binary11010001101111111110100011110000110011100011001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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