#840751

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

Shades of Eggplant #840751

Tints of Eggplant #840751

Color information

#840751 (or 0x840751) is unknown color: approx Eggplant. HEX triplet: 84, 07 and 51. RGB value is (132,7,81). Sum of RGB (Red+Green+Blue) = 132+7+81=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #840751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840751 is #7BF8AE. Grayscale: #343434. Windows color (decimal): -8124591 or 5310340. OLE color: 5310340.

HSL color Cylindrical-coordinate representation of color #840751: hue angle of 324.48º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840751 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB132781-
CMYK00.950.390.48
HSL324.48º89.93%27.25%-
HSV(B)324.48º94.7%51.76%-
XYZ11.085.658.29-
YUV52.81143.91184.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60%
GREEN value IS 7 (3.12% from 255) = 3.18%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=60%
G=3.18%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13278100.950.390.48324.4889.9327.25
Hex8475105F27301445a1b
Octal20471210137476050413233
Binary10000100111101000101011111100111110000101000100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840751; }

 p { color: rgb(132,7,81); }

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

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

 a { background-color: rgb(132,7,81); }

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

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

 span { border-color: rgb(132,7,81); }

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