#80075E

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

Shades of Eggplant #80075E

Tints of Eggplant #80075E

Color information

#80075E (or 0x80075E) is unknown color: approx Eggplant. HEX triplet: 80, 07 and 5E. RGB value is (128,7,94). Sum of RGB (Red+Green+Blue) = 128+7+94=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80075E is #7FF8A1. Grayscale: #343434. Windows color (decimal): -8386722 or 6162304. OLE color: 6162304.

HSL color Cylindrical-coordinate representation of color #80075E: hue angle of 316.86º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80075E is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB128794-
CMYK00.950.270.50
HSL316.86º89.63%26.47%-
HSV(B)316.86º94.53%50.2%-
XYZ115.5511.08-
YUV53.1151.09181.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.90%
GREEN value IS 7 (3.12% from 255) = 3.06%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=55.90%
G=3.06%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12879400.950.270.50316.8689.6326.47
Hex8075E05F1B3213d5a1a
Octal20071360137336247513232
Binary1000000011110111100101111111011110010100111101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,7,94); }

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

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

 a { background-color: rgb(128,7,94); }

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

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

 span { border-color: rgb(128,7,94); }

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