#871363

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

Shades of Eggplant #871363

Tints of Eggplant #871363

Color information

#871363 (or 0x871363) is unknown color: approx Eggplant. HEX triplet: 87, 13 and 63. RGB value is (135,19,99). Sum of RGB (Red+Green+Blue) = 135+19+99=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #871363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871363 is #78EC9C. Grayscale: #3E3E3E. Windows color (decimal): -7924893 or 6493063. OLE color: 6493063.

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

Color convert

RGB1351999-
CMYK00.860.270.47
HSL318.62º75.32%30.2%-
HSV(B)318.62º85.93%52.94%-
XYZ12.486.5212.4-
YUV62.8148.43179.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 19 (7.81% from 255) = 7.51%
BLUE value IS 99 (39.06% from 255) = 39.13%
R=53.36%
G=7.51%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135199900.860.270.47318.6275.3230.2
Hex8713630561B2F13f4b1e
Octal207231430126335747711336
Binary100001111001111000110101011011011101111100111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871363; }

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

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

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

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

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

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

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

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