Html Css Color HEX #870560 Eggplant

📋 copy color: '#870560'

red 135 ◦ green 5 ◦ blue 96

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

Shades of Eggplant #870560

Tints of Eggplant #870560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.68%

R = 57.2%
G = 2.12%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#870560 (or 0x870560) is known color: Eggplant. HEX triplet: 87, 05 and 60. RGB value is (135,5,96). Sum of RGB (Red+Green+Blue) = 135+5+96=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #870560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870560 is #78FA9F. Grayscale: #363636. Windows color (decimal): -7928480 or 6292871. OLE color: 6292871.

HSL color Cylindrical-coordinate representation of color #870560: hue angle of 318º 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 #870560 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 5 96 -
CMYK 0 0.96 0.29 0.47
HSL 318º 0.93% 0.27% -
HSV(B) 318º 0.96% 0.53% -
XYZ 12.16 6.1 11.6 -
YUV 54.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 135 5 96 0 0.96 0.29 0.47 318 0.93 0.27
Hex 87 5 60 0 60 1D 2F 13E 5D 1B
Octal 207 5 140 0 140 35 57 476 135 33
Binary 10000111 101 1100000 0 1100000 11101 101111 100111110 1011101 11011

Color Harmonies of #870560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870560

Black with #870560

Text Example


Text Example

White with #870560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870560; }

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

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

background-color css

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

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

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

border-color css

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

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

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