Html Css Color HEX #870759 Eggplant

📋 copy color: '#870759'

red 135 ◦ green 7 ◦ blue 89

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

Shades of Eggplant #870759

Tints of Eggplant #870759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 38.53%

R = 58.44%
G = 3.03%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#870759 (or 0x870759) is known color: Eggplant. HEX triplet: 87, 07 and 59. RGB value is (135,7,89). Sum of RGB (Red+Green+Blue) = 135+7+89=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #870759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870759 is #78F8A6. Grayscale: #363636. Windows color (decimal): -7927975 or 5834631. OLE color: 5834631.

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

Color convert

RGB 135 7 89 -
CMYK 0 0.95 0.34 0.47
HSL 321.56º 0.9% 0.28% -
HSV(B) 321.56º 0.95% 0.53% -
XYZ 11.87 6.02 9.99 -
YUV 54.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 135 7 89 0 0.95 0.34 0.47 321.56 0.9 0.28
Hex 87 7 59 0 5F 22 2F 142 5A 1C
Octal 207 7 131 0 137 42 57 502 132 34
Binary 10000111 111 1011001 0 1011111 100010 101111 101000010 1011010 11100

Color Harmonies of #870759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870759

Black with #870759

Text Example


Text Example

White with #870759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870759; }

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

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

background-color css

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

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

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

border-color css

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

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

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