#810651

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

Shades of Eggplant #810651

Tints of Eggplant #810651

Color information

#810651 (or 0x810651) is unknown color: approx Eggplant. HEX triplet: 81, 06 and 51. RGB value is (129,6,81). Sum of RGB (Red+Green+Blue) = 129+6+81=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #810651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810651 is #7EF9AE. Grayscale: #333333. Windows color (decimal): -8321455 or 5310081. OLE color: 5310081.

HSL color Cylindrical-coordinate representation of color #810651: hue angle of 323.41º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810651 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB129681-
CMYK00.950.370.49
HSL323.41º91.11%26.47%-
HSV(B)323.41º95.35%50.59%-
XYZ10.65.398.27-
YUV51.33144.75183.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.72%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 81 (32.03% from 255) = 37.5%
R=59.72%
G=2.78%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12968100.950.370.49323.4191.1126.47
Hex8165105F25311435b1a
Octal20161210137456150313332
Binary10000001110101000101011111100101110001101000011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810651; }

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

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

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

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

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

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

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

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