#80397A

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

Shades of Eminence #80397A

Tints of Eminence #80397A

Color information

#80397A (or 0x80397A) is unknown color: approx Eminence. HEX triplet: 80, 39 and 7A. RGB value is (128,57,122). Sum of RGB (Red+Green+Blue) = 128+57+122=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80397A is #7FC685. Grayscale: #555555. Windows color (decimal): -8373894 or 8010112. OLE color: 8010112.

HSL color Cylindrical-coordinate representation of color #80397A: hue angle of 305.07º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80397A is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12857122-
CMYK00.550.050.50
HSL305.07º38.38%36.27%-
HSV(B)305.07º55.47%50.2%-
XYZ13.888.9219.4-
YUV85.64148.52158.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=41.69%
G=18.57%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285712200.550.050.50305.0738.3836.27
Hex80397A0375321312624
Octal200711720675624614644
Binary1000000011100111110100110111101110010100110001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80397A; }

 p { color: rgb(128,57,122); }

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

<style>
 a { background-color: #80397A; }

 a { background-color: rgb(128,57,122); }

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

<style>
 span { border-color: #80397A; }

 span { border-color: rgb(128,57,122); }

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