#803E77

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

Shades of Eminence #803E77

Tints of Eminence #803E77

Color information

#803E77 (or 0x803E77) is unknown color: approx Eminence. HEX triplet: 80, 3E and 77. RGB value is (128,62,119). Sum of RGB (Red+Green+Blue) = 128+62+119=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #803E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803E77 is #7FC188. Grayscale: #585858. Windows color (decimal): -8372617 or 7814784. OLE color: 7814784.

HSL color Cylindrical-coordinate representation of color #803E77: hue angle of 308.18º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803E77 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB12862119-
CMYK00.520.070.50
HSL308.18º34.74%37.25%-
HSV(B)308.18º51.56%50.2%-
XYZ13.959.3718.53-
YUV88.23145.37156.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.42%
GREEN value IS 62 (24.61% from 255) = 20.06%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=41.42%
G=20.06%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286211900.520.070.50308.1834.7437.25
Hex803E770347321342325
Octal200761670647624644345
Binary1000000011111011101110110100111110010100110100100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803E77; }

 p { color: rgb(128,62,119); }

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

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

 a { background-color: rgb(128,62,119); }

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

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

 span { border-color: rgb(128,62,119); }

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