Html Css Color HEX #870557 Eggplant

📋 copy color: '#870557'

red 135 ◦ green 5 ◦ blue 87

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

Shades of Eggplant #870557

Tints of Eggplant #870557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 59.47%
G = 2.2%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#870557 (or 0x870557) is known color: Eggplant. HEX triplet: 87, 05 and 57. RGB value is (135,5,87). Sum of RGB (Red+Green+Blue) = 135+5+87=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #870557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870557 is #78FAA8. Grayscale: #353535. Windows color (decimal): -7928489 or 5703047. OLE color: 5703047.

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

Color convert

RGB 135 5 87 -
CMYK 0 0.96 0.36 0.47
HSL 322.15º 0.93% 0.27% -
HSV(B) 322.15º 0.96% 0.53% -
XYZ 11.77 5.95 9.54 -
YUV 53.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 135 5 87 0 0.96 0.36 0.47 322.15 0.93 0.27
Hex 87 5 57 0 60 24 2F 142 5D 1B
Octal 207 5 127 0 140 44 57 502 135 33
Binary 10000111 101 1010111 0 1100000 100100 101111 101000010 1011101 11011

Color Harmonies of #870557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870557

Black with #870557

Text Example


Text Example

White with #870557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870557; }

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

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

background-color css

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

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

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

border-color css

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

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

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