#871057

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

Shades of Eggplant #871057

Tints of Eggplant #871057

Color information

#871057 (or 0x871057) is unknown color: approx Eggplant. HEX triplet: 87, 10 and 57. RGB value is (135,16,87). Sum of RGB (Red+Green+Blue) = 135+16+87=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #871057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871057 is #78EFA8. Grayscale: #3B3B3B. Windows color (decimal): -7925673 or 5705863. OLE color: 5705863.

HSL color Cylindrical-coordinate representation of color #871057: hue angle of 324.2º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871057 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1351687-
CMYK00.880.360.47
HSL324.2º78.81%29.61%-
HSV(B)324.2º88.15%52.94%-
XYZ11.96.219.59-
YUV59.67143.42181.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 16 (6.64% from 255) = 6.72%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=56.72%
G=6.72%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135168700.880.360.47324.278.8129.61
Hex871057058242F1444f1e
Octal207201270130445750411736
Binary1000011110000101011101011000100100101111101000100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871057; }

 p { color: rgb(135,16,87); }

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

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

 a { background-color: rgb(135,16,87); }

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

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

 span { border-color: rgb(135,16,87); }

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