Html Css Color HEX #870764 Eggplant

📋 copy color: '#870764'

red 135 ◦ green 7 ◦ blue 100

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

Shades of Eggplant #870764

Tints of Eggplant #870764

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

 BLUE value IS 100 (39.45% from 255) = 41.32%

R = 55.79%
G = 2.89%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#870764 (or 0x870764) is known color: Eggplant. HEX triplet: 87, 07 and 64. RGB value is (135,7,100). Sum of RGB (Red+Green+Blue) = 135+7+100=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #870764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870764 is #78F89B. Grayscale: #373737. Windows color (decimal): -7927964 or 6555527. OLE color: 6555527.

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

Color convert

RGB 135 7 100 -
CMYK 0 0.95 0.26 0.47
HSL 316.41º 0.9% 0.28% -
HSV(B) 316.41º 0.95% 0.53% -
XYZ 12.37 6.22 12.61 -
YUV 55.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 135 7 100 0 0.95 0.26 0.47 316.41 0.9 0.28
Hex 87 7 64 0 5F 1A 2F 13C 5A 1C
Octal 207 7 144 0 137 32 57 474 132 34
Binary 10000111 111 1100100 0 1011111 11010 101111 100111100 1011010 11100

Color Harmonies of #870764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870764

Black with #870764

Text Example


Text Example

White with #870764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870764; }

 p { color: rgb(135,7,100); }

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

background-color css

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

 a { background-color: rgb(135,7,100); }

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

border-color css

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

 span { border-color: rgb(135,7,100); }

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