#810257

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

Shades of Eggplant #810257

Tints of Eggplant #810257

Color information

#810257 (or 0x810257) is unknown color: approx Eggplant. HEX triplet: 81, 02 and 57. RGB value is (129,2,87). Sum of RGB (Red+Green+Blue) = 129+2+87=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #810257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810257 is #7EFDA8. Grayscale: #313131. Windows color (decimal): -8322473 or 5702273. OLE color: 5702273.

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

Color convert

RGB129287-
CMYK00.980.330.49
HSL319.84º96.95%25.69%-
HSV(B)319.84º98.45%50.59%-
XYZ10.85.49.49-
YUV49.66149.08184.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.17%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 87 (34.38% from 255) = 39.91%
R=59.17%
G=0.92%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12928700.980.330.49319.8496.9525.69
Hex812570622131140611a
Octal20121270142416150014132
Binary1000000110101011101100010100001110001101000000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810257; }

 p { color: rgb(129,2,87); }

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

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

 a { background-color: rgb(129,2,87); }

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

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

 span { border-color: rgb(129,2,87); }

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