#6E4378

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

Shades of Eminence #6E4378

Tints of Eminence #6E4378

Color information

#6E4378 (or 0x6E4378) is unknown color: approx Eminence. HEX triplet: 6E, 43 and 78. RGB value is (110,67,120). Sum of RGB (Red+Green+Blue) = 110+67+120=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E4378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4378 is #91BC87. Grayscale: #555555. Windows color (decimal): -9550984 or 7881582. OLE color: 7881582.

HSL color Cylindrical-coordinate representation of color #6E4378: hue angle of 288.68º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E4378 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11067120-
CMYK0.080.4400.53
HSL288.68º28.34%36.67%-
HSV(B)288.68º44.17%47.06%-
XYZ11.838.6918.82-
YUV85.9147.25145.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=37.04%
G=22.56%
B=40.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110671200.080.4400.53288.6828.3436.67
Hex6E437882C0351211c25
Octal15610317010540654413445
Binary1101110100001111110001000101100011010110010000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,67,120); }

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

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

 a { background-color: rgb(110,67,120); }

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

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

 span { border-color: rgb(110,67,120); }

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