#870755

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

Shades of Eggplant #870755

Tints of Eggplant #870755

Color information

#870755 (or 0x870755) is unknown color: approx Eggplant. HEX triplet: 87, 07 and 55. RGB value is (135,7,85). Sum of RGB (Red+Green+Blue) = 135+7+85=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #870755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870755 is #78F8AA. Grayscale: #353535. Windows color (decimal): -7927979 or 5572487. OLE color: 5572487.

HSL color Cylindrical-coordinate representation of color #870755: hue angle of 323.44º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870755 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB135785-
CMYK00.950.370.47
HSL323.44º90.14%27.84%-
HSV(B)323.44º94.81%52.94%-
XYZ11.715.969.13-
YUV54.16145.41185.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 7 (3.12% from 255) = 3.08%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=59.47%
G=3.08%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13578500.950.370.47323.4490.1427.84
Hex8775505F252F1435a1c
Octal20771250137455750313234
Binary10000111111101010101011111100101101111101000011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870755; }

 p { color: rgb(135,7,85); }

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

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

 a { background-color: rgb(135,7,85); }

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

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

 span { border-color: rgb(135,7,85); }

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