#870C50

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

Shades of Eggplant #870C50

Tints of Eggplant #870C50

Color information

#870C50 (or 0x870C50) is unknown color: approx Eggplant. HEX triplet: 87, 0C and 50. RGB value is (135,12,80). Sum of RGB (Red+Green+Blue) = 135+12+80=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #870C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C50 is #78F3AF. Grayscale: #383838. Windows color (decimal): -7926704 or 5246087. OLE color: 5246087.

HSL color Cylindrical-coordinate representation of color #870C50: hue angle of 326.83º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C50 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1351280-
CMYK00.910.410.47
HSL326.83º83.67%28.82%-
HSV(B)326.83º91.11%52.94%-
XYZ11.575.998.14-
YUV56.53141.25183.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 12 (5.08% from 255) = 5.29%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=59.47%
G=5.29%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135128000.910.410.47326.8383.6728.82
Hex87C5005B292F147541d
Octal207141200133515750712435
Binary100001111100101000001011011101001101111101000111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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