#80437C

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

Shades of Eminence #80437C

Tints of Eminence #80437C

Color information

#80437C (or 0x80437C) is unknown color: approx Eminence. HEX triplet: 80, 43 and 7C. RGB value is (128,67,124). Sum of RGB (Red+Green+Blue) = 128+67+124=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #80437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80437C is #7FBC83. Grayscale: #5B5B5B. Windows color (decimal): -8371332 or 8143744. OLE color: 8143744.

HSL color Cylindrical-coordinate representation of color #80437C: hue angle of 303.93º 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 #80437C is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB12867124-
CMYK00.480.030.50
HSL303.93º31.28%38.24%-
HSV(B)303.93º47.66%50.2%-
XYZ14.5510.0620.24-
YUV91.74146.21153.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.13%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=40.13%
G=21.00%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286712400.480.030.50303.9331.2838.24
Hex80437C0303321301f26
Octal2001031740603624603746
Binary100000001000011111110001100001111001010011000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80437C; }

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

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

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

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

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

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

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

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