#870C54

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

Shades of Eggplant #870C54

Tints of Eggplant #870C54

Color information

#870C54 (or 0x870C54) is unknown color: approx Eggplant. HEX triplet: 87, 0C and 54. RGB value is (135,12,84). Sum of RGB (Red+Green+Blue) = 135+12+84=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #870C54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C54 is #78F3AB. Grayscale: #383838. Windows color (decimal): -7926700 or 5508231. OLE color: 5508231.

HSL color Cylindrical-coordinate representation of color #870C54: hue angle of 324.88º 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 #870C54 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1351284-
CMYK00.910.380.47
HSL324.88º83.67%28.82%-
HSV(B)324.88º91.11%52.94%-
XYZ11.726.058.94-
YUV56.98143.25183.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=58.44%
G=5.19%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135128400.910.380.47324.8883.6728.82
Hex87C5405B262F145541d
Octal207141240133465750512435
Binary100001111100101010001011011100110101111101000101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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