#870D53

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

Shades of Eggplant #870D53

Tints of Eggplant #870D53

Color information

#870D53 (or 0x870D53) is unknown color: approx Eggplant. HEX triplet: 87, 0D and 53. RGB value is (135,13,83). Sum of RGB (Red+Green+Blue) = 135+13+83=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #870D53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D53 is #78F2AC. Grayscale: #393939. Windows color (decimal): -7926445 or 5442951. OLE color: 5442951.

HSL color Cylindrical-coordinate representation of color #870D53: hue angle of 325.57º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D53 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1351383-
CMYK00.900.390.47
HSL325.57º82.43%29.02%-
HSV(B)325.57º90.37%52.94%-
XYZ11.76.068.74-
YUV57.46142.42183.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 13 (5.47% from 255) = 5.63%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=58.44%
G=5.63%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135138300.900.390.47325.5782.4329.02
Hex87D5305A272F146521d
Octal207151230132475750612235
Binary100001111101101001101011010100111101111101000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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