#800651

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

Shades of Eggplant #800651

Tints of Eggplant #800651

Color information

#800651 (or 0x800651) is unknown color: approx Eggplant. HEX triplet: 80, 06 and 51. RGB value is (128,6,81). Sum of RGB (Red+Green+Blue) = 128+6+81=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #800651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800651 is #7FF9AE. Grayscale: #323232. Windows color (decimal): -8386991 or 5310080. OLE color: 5310080.

HSL color Cylindrical-coordinate representation of color #800651: hue angle of 323.11º degrees, saturation: 0.91, 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 #800651 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB128681-
CMYK00.950.370.50
HSL323.11º91.04%26.27%-
HSV(B)323.11º95.31%50.2%-
XYZ10.455.318.26-
YUV51.03144.92182.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.53%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=59.53%
G=2.79%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12868100.950.370.50323.1191.0426.27
Hex8065105F25321435b1a
Octal20061210137456250313332
Binary10000000110101000101011111100101110010101000011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800651; }

 p { color: rgb(128,6,81); }

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

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

 a { background-color: rgb(128,6,81); }

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

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

 span { border-color: rgb(128,6,81); }

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