#870263

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

Shades of Eggplant #870263

Tints of Eggplant #870263

Color information

#870263 (or 0x870263) is unknown color: approx Eggplant. HEX triplet: 87, 02 and 63. RGB value is (135,2,99). Sum of RGB (Red+Green+Blue) = 135+2+99=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #870263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870263 is #78FD9C. Grayscale: #343434. Windows color (decimal): -7929245 or 6488711. OLE color: 6488711.

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

Color convert

RGB135299-
CMYK00.990.270.47
HSL316.24º97.08%26.86%-
HSV(B)316.24º98.52%52.94%-
XYZ12.276.112.33-
YUV52.82154.06186.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=57.20%
G=0.85%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13529900.990.270.47316.2497.0826.86
Hex872630631B2F13c611b
Octal20721430143335747414133
Binary100001111011000110110001111011101111100111100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870263; }

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

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

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

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

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

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

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

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