#871063

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

Shades of Eggplant #871063

Tints of Eggplant #871063

Color information

#871063 (or 0x871063) is unknown color: approx Eggplant. HEX triplet: 87, 10 and 63. RGB value is (135,16,99). Sum of RGB (Red+Green+Blue) = 135+16+99=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #871063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871063 is #78EF9C. Grayscale: #3C3C3C. Windows color (decimal): -7925661 or 6492295. OLE color: 6492295.

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

Color convert

RGB1351699-
CMYK00.880.270.47
HSL318.15º78.81%29.61%-
HSV(B)318.15º88.15%52.94%-
XYZ12.436.4212.39-
YUV61.04149.42180.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 16 (6.64% from 255) = 6.4%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=54%
G=6.4%
B=39.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135169900.880.270.47318.1578.8129.61
Hex8710630581B2F13e4f1e
Octal207201430130335747611736
Binary100001111000011000110101100011011101111100111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871063; }

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

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

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

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

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

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

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

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