#871061

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

Shades of Eggplant #871061

Tints of Eggplant #871061

Color information

#871061 (or 0x871061) is unknown color: approx Eggplant. HEX triplet: 87, 10 and 61. RGB value is (135,16,97). Sum of RGB (Red+Green+Blue) = 135+16+97=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #871061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871061 is #78EF9E. Grayscale: #3C3C3C. Windows color (decimal): -7925663 or 6361223. OLE color: 6361223.

HSL color Cylindrical-coordinate representation of color #871061: hue angle of 319.16º 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 #871061 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1351697-
CMYK00.880.280.47
HSL319.16º78.81%29.61%-
HSV(B)319.16º88.15%52.94%-
XYZ12.336.3811.89-
YUV60.81148.42180.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.44%
GREEN value IS 16 (6.64% from 255) = 6.45%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=54.44%
G=6.45%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135169700.880.280.47319.1678.8129.61
Hex8710610581C2F13f4f1e
Octal207201410130345747711736
Binary100001111000011000010101100011100101111100111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871061; }

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

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

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

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

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

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

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

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