#80347F

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

Shades of Eminence #80347F

Tints of Eminence #80347F

Color information

#80347F (or 0x80347F) is unknown color: approx Eminence. HEX triplet: 80, 34 and 7F. RGB value is (128,52,127). Sum of RGB (Red+Green+Blue) = 128+52+127=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80347F is #7FCB80. Grayscale: #535353. Windows color (decimal): -8375169 or 8336512. OLE color: 8336512.

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

Color convert

RGB12852127-
CMYK00.590.010.50
HSL300.79º42.22%35.29%-
HSV(B)300.79º59.38%50.2%-
XYZ13.968.5821-
YUV83.27152.68159.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 52 (20.70% from 255) = 16.94%
BLUE value IS 127 (50% from 255) = 41.37%
R=41.69%
G=16.94%
B=41.37%

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
Decimal1285212700.590.010.50300.7942.2235.29
Hex80347F03B13212d2a23
Octal200641770731624555243
Binary10000000110100111111101110111110010100101101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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