Html Css Color HEX #870656 Eggplant

📋 copy color: '#870656'

red 135 ◦ green 6 ◦ blue 86

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

Shades of Eggplant #870656

Tints of Eggplant #870656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

 BLUE value IS 86 (33.98% from 255) = 37.89%

R = 59.47%
G = 2.64%
B = 37.89%

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

#870656 (or 0x870656) is known color: Eggplant. HEX triplet: 87, 06 and 56. RGB value is (135,6,86). Sum of RGB (Red+Green+Blue) = 135+6+86=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #870656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870656 is #78F9A9. Grayscale: #353535. Windows color (decimal): -7928234 or 5637767. OLE color: 5637767.

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

Color convert

RGB 135 6 86 -
CMYK 0 0.96 0.36 0.47
HSL 322.79º 0.91% 0.28% -
HSV(B) 322.79º 0.96% 0.53% -
XYZ 11.74 5.95 9.33 -
YUV 53.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 135 6 86 0 0.96 0.36 0.47 322.79 0.91 0.28
Hex 87 6 56 0 60 24 2F 143 5B 1C
Octal 207 6 126 0 140 44 57 503 133 34
Binary 10000111 110 1010110 0 1100000 100100 101111 101000011 1011011 11100

Color Harmonies of #870656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870656

Black with #870656

Text Example


Text Example

White with #870656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870656; }

 p { color: rgb(135,6,86); }

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

background-color css

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

 a { background-color: rgb(135,6,86); }

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

border-color css

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

 span { border-color: rgb(135,6,86); }

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