#870350

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

Shades of Eggplant #870350

Tints of Eggplant #870350

Color information

#870350 (or 0x870350) is unknown color: approx Eggplant. HEX triplet: 87, 03 and 50. RGB value is (135,3,80). Sum of RGB (Red+Green+Blue) = 135+3+80=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #870350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870350 is #78FCAF. Grayscale: #333333. Windows color (decimal): -7929008 or 5243783. OLE color: 5243783.

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

Color convert

RGB135380-
CMYK00.980.410.47
HSL325º95.65%27.06%-
HSV(B)325º97.78%52.94%-
XYZ11.475.88.1-
YUV51.25144.23187.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.93%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=61.93%
G=1.38%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13538000.980.410.4732595.6527.06
Hex87350062292F145601b
Octal20731200142515750514033
Binary1000011111101000001100010101001101111101000101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870350; }

 p { color: rgb(135,3,80); }

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

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

 a { background-color: rgb(135,3,80); }

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

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

 span { border-color: rgb(135,3,80); }

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