#804374

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

Shades of Eminence #804374

Tints of Eminence #804374

Color information

#804374 (or 0x804374) is unknown color: approx Eminence. HEX triplet: 80, 43 and 74. RGB value is (128,67,116). Sum of RGB (Red+Green+Blue) = 128+67+116=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #804374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804374 is #7FBC8B. Grayscale: #5A5A5A. Windows color (decimal): -8371340 or 7619456. OLE color: 7619456.

HSL color Cylindrical-coordinate representation of color #804374: hue angle of 311.8º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804374 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12867116-
CMYK00.480.090.50
HSL311.8º31.28%38.24%-
HSV(B)311.8º47.66%50.2%-
XYZ14.069.8617.69-
YUV90.82142.21154.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=41.16%
G=21.54%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286711600.480.090.50311.831.2838.24
Hex8043740309321381f26
Octal20010316406011624703746
Binary10000000100001111101000110000100111001010011100011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804374; }

 p { color: rgb(128,67,116); }

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

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

 a { background-color: rgb(128,67,116); }

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

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

 span { border-color: rgb(128,67,116); }

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