#870753

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

Shades of Eggplant #870753

Tints of Eggplant #870753

Color information

#870753 (or 0x870753) is unknown color: approx Eggplant. HEX triplet: 87, 07 and 53. RGB value is (135,7,83). Sum of RGB (Red+Green+Blue) = 135+7+83=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #870753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870753 is #78F8AC. Grayscale: #353535. Windows color (decimal): -7927981 or 5441415. OLE color: 5441415.

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

Color convert

RGB135783-
CMYK00.950.390.47
HSL324.38º90.14%27.84%-
HSV(B)324.38º94.81%52.94%-
XYZ11.635.938.71-
YUV53.94144.41185.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60%
GREEN value IS 7 (3.12% from 255) = 3.11%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=60%
G=3.11%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13578300.950.390.47324.3890.1427.84
Hex8775305F272F1445a1c
Octal20771230137475750413234
Binary10000111111101001101011111100111101111101000100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870753; }

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

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

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

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

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

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

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

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