#80357D

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

Shades of Eminence #80357D

Tints of Eminence #80357D

Color information

#80357D (or 0x80357D) is unknown color: approx Eminence. HEX triplet: 80, 35 and 7D. RGB value is (128,53,125). Sum of RGB (Red+Green+Blue) = 128+53+125=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #80357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80357D is #7FCA82. Grayscale: #535353. Windows color (decimal): -8374915 or 8205696. OLE color: 8205696.

HSL color Cylindrical-coordinate representation of color #80357D: hue angle of 302.4º 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 #80357D is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12853125-
CMYK00.590.020.50
HSL302.4º41.44%35.49%-
HSV(B)302.4º58.59%50.2%-
XYZ13.888.6220.33-
YUV83.63151.35159.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.83%
GREEN value IS 53 (21.09% from 255) = 17.32%
BLUE value IS 125 (49.22% from 255) = 40.85%
R=41.83%
G=17.32%
B=40.85%

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
Decimal1285312500.590.020.50302.441.4435.49
Hex80357D03B23212e2923
Octal200651750732624565143
Binary100000001101011111101011101110110010100101110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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