Html Css Color HEX #870060 Eggplant

📋 copy color: '#870060'

red 135 ◦ green 0 ◦ blue 96

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

Shades of Eggplant #870060

Tints of Eggplant #870060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.44%
G = 0%
B = 41.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#870060 (or 0x870060) is known color: Eggplant. HEX triplet: 87, 00 and 60. RGB value is (135,0,96). Sum of RGB (Red+Green+Blue) = 135+0+96=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #870060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870060 is #78FF9F. Grayscale: #333333. Windows color (decimal): -7929760 or 6291591. OLE color: 6291591.

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

Color convert

RGB 135 0 96 -
CMYK 0 1 0.29 0.47
HSL 317.33º 1% 0.26% -
HSV(B) 317.33º 1% 0.53% -
XYZ 12.1 6 11.59 -
YUV 51.31 153.23 187.69 -
System Red Green Blue C M Y K H S L
Decimal 135 0 96 0 1 0.29 0.47 317.33 1 0.26
Hex 87 0 60 0 64 1D 2F 13D 64 1A
Octal 207 0 140 0 144 35 57 475 144 32
Binary 10000111 0 1100000 0 1100100 11101 101111 100111101 1100100 11010

Color Harmonies of #870060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870060

Black with #870060

Text Example


Text Example

White with #870060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870060; }

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

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

background-color css

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

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

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

border-color css

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

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

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