#870D57

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

Shades of Eggplant #870D57

Tints of Eggplant #870D57

Color information

#870D57 (or 0x870D57) is unknown color: approx Eggplant. HEX triplet: 87, 0D and 57. RGB value is (135,13,87). Sum of RGB (Red+Green+Blue) = 135+13+87=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #870D57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D57 is #78F2A8. Grayscale: #393939. Windows color (decimal): -7926441 or 5705095. OLE color: 5705095.

HSL color Cylindrical-coordinate representation of color #870D57: hue angle of 323.61º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D57 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1351387-
CMYK00.900.360.47
HSL323.61º82.43%29.02%-
HSV(B)323.61º90.37%52.94%-
XYZ11.866.139.57-
YUV57.91144.42182.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.45%
GREEN value IS 13 (5.47% from 255) = 5.53%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=57.45%
G=5.53%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135138700.900.360.47323.6182.4329.02
Hex87D5705A242F144521d
Octal207151270132445750412235
Binary100001111101101011101011010100100101111101000100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870D57; }

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

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

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

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

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

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

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

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