Html Css Color HEX #870762 Eggplant

📋 copy color: '#870762'

red 135 ◦ green 7 ◦ blue 98

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

Shades of Eggplant #870762

Tints of Eggplant #870762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.83%

R = 56.25%
G = 2.92%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#870762 (or 0x870762) is known color: Eggplant. HEX triplet: 87, 07 and 62. RGB value is (135,7,98). Sum of RGB (Red+Green+Blue) = 135+7+98=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #870762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870762 is #78F89D. Grayscale: #373737. Windows color (decimal): -7927966 or 6424455. OLE color: 6424455.

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

Color convert

RGB 135 7 98 -
CMYK 0 0.95 0.27 0.47
HSL 317.34º 0.9% 0.28% -
HSV(B) 317.34º 0.95% 0.53% -
XYZ 12.27 6.18 12.1 -
YUV 55.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 135 7 98 0 0.95 0.27 0.47 317.34 0.9 0.28
Hex 87 7 62 0 5F 1B 2F 13D 5A 1C
Octal 207 7 142 0 137 33 57 475 132 34
Binary 10000111 111 1100010 0 1011111 11011 101111 100111101 1011010 11100

Color Harmonies of #870762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870762

Black with #870762

Text Example


Text Example

White with #870762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870762; }

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

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

background-color css

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

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

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

border-color css

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

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

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