#80357F

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

Shades of Eminence #80357F

Tints of Eminence #80357F

Color information

#80357F (or 0x80357F) is unknown color: approx Eminence. HEX triplet: 80, 35 and 7F. RGB value is (128,53,127). Sum of RGB (Red+Green+Blue) = 128+53+127=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #80357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80357F is #7FCA80. Grayscale: #535353. Windows color (decimal): -8374913 or 8336768. OLE color: 8336768.

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

Color convert

RGB12853127-
CMYK00.590.010.50
HSL300.8º41.44%35.49%-
HSV(B)300.8º58.59%50.2%-
XYZ14.018.6721.01-
YUV83.86152.35159.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.56%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 127 (50% from 255) = 41.23%
R=41.56%
G=17.21%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285312700.590.010.50300.841.4435.49
Hex80357F03B13212d2923
Octal200651770731624555143
Binary10000000110101111111101110111110010100101101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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