Html Css Color HEX #871257 Eggplant

📋 copy color: '#871257'

red 135 ◦ green 18 ◦ blue 87

#871257
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #871257

Tints of Eggplant #871257

RGB

 RED value IS 135 (53.13% from 255) = 56.25%

 GREEN value IS 18 (7.42% from 255) = 7.5%

 BLUE value IS 87 (34.38% from 255) = 36.25%

R = 56.25%
G = 7.5%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#871257 (or 0x871257) is known color: Eggplant. HEX triplet: 87, 12 and 57. RGB value is (135,18,87). Sum of RGB (Red+Green+Blue) = 135+18+87=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #871257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871257 is #78EDA8. Grayscale: #3C3C3C. Windows color (decimal): -7925161 or 5706375. OLE color: 5706375.

HSL color Cylindrical-coordinate representation of color #871257: hue angle of 324.62º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871257 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 18 87 -
CMYK 0 0.87 0.36 0.47
HSL 324.62º 0.76% 0.3% -
HSV(B) 324.62º 0.87% 0.53% -
XYZ 11.93 6.27 9.6 -
YUV 60.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 135 18 87 0 0.87 0.36 0.47 324.62 0.76 0.3
Hex 87 12 57 0 57 24 2F 145 4C 1E
Octal 207 22 127 0 127 44 57 505 114 36
Binary 10000111 10010 1010111 0 1010111 100100 101111 101000101 1001100 11110

Color Harmonies of #871257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871257

Black with #871257

Text Example


Text Example

White with #871257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871257; }

 p { color: rgb(135,18,87); }

 H1.HeaderClassName
 {
   color: #871257;
 }
 .AnyTagClassName
 {
   color: #871257;
 }
</style>

background-color css

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

 a { background-color: rgb(135,18,87); }

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

border-color css

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

 span { border-color: rgb(135,18,87); }

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