#810064

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

Shades of Eggplant #810064

Tints of Eggplant #810064

Color information

#810064 (or 0x810064) is unknown color: approx Eggplant. HEX triplet: 81, 00 and 64. RGB value is (129,0,100). Sum of RGB (Red+Green+Blue) = 129+0+100=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #810064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810064 is #7EFF9B. Grayscale: #313131. Windows color (decimal): -8322972 or 6553729. OLE color: 6553729.

HSL color Cylindrical-coordinate representation of color #810064: hue angle of 313.49º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810064 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB1290100-
CMYK010.220.49
HSL313.49º100%25.29%-
HSV(B)313.49º100%50.59%-
XYZ11.355.5912.54-
YUV49.97156.24184.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 43.67%
R=56.33%
G=0%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1290100010.220.49313.4910025.29
Hex8106406416311396419
Octal20101440144266147114431
Binary10000001011001000110010010110110001100111001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810064; }

 p { color: rgb(129,0,100); }

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

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

 a { background-color: rgb(129,0,100); }

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

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

 span { border-color: rgb(129,0,100); }

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