#80357E

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

Shades of Eminence #80357E

Tints of Eminence #80357E

Color information

#80357E (or 0x80357E) is unknown color: approx Eminence. HEX triplet: 80, 35 and 7E. RGB value is (128,53,126). Sum of RGB (Red+Green+Blue) = 128+53+126=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80357E is #7FCA81. Grayscale: #535353. Windows color (decimal): -8374914 or 8271232. OLE color: 8271232.

HSL color Cylindrical-coordinate representation of color #80357E: hue angle of 301.6º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80357E is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12853126-
CMYK00.590.020.50
HSL301.6º41.44%35.49%-
HSV(B)301.6º58.59%50.2%-
XYZ13.948.6420.67-
YUV83.75151.85159.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 126 (49.61% from 255) = 41.04%
R=41.69%
G=17.26%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285312600.590.020.50301.641.4435.49
Hex80357E03B23212e2923
Octal200651760732624565143
Binary100000001101011111110011101110110010100101110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,53,126); }

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

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

 a { background-color: rgb(128,53,126); }

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

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

 span { border-color: rgb(128,53,126); }

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