Html Css Color HEX #860059 Eggplant

📋 copy color: '#860059'

red 134 ◦ green 0 ◦ blue 89

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

Shades of Eggplant #860059

Tints of Eggplant #860059

RGB

 RED value IS 134 (52.73% from 255) = 60.09%

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

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

R = 60.09%
G = 0%
B = 39.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#860059 (or 0x860059) is known color: Eggplant. HEX triplet: 86, 00 and 59. RGB value is (134,0,89). Sum of RGB (Red+Green+Blue) = 134+0+89=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #860059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860059 is #79FFA6. Grayscale: #313131. Windows color (decimal): -7995303 or 5832838. OLE color: 5832838.

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

Color convert

RGB 134 0 89 -
CMYK 0 1 0.34 0.47
HSL 320.15º 1% 0.26% -
HSV(B) 320.15º 1% 0.53% -
XYZ 11.63 5.79 9.96 -
YUV 50.21 149.89 187.76 -
System Red Green Blue C M Y K H S L
Decimal 134 0 89 0 1 0.34 0.47 320.15 1 0.26
Hex 86 0 59 0 64 22 2F 140 64 1A
Octal 206 0 131 0 144 42 57 500 144 32
Binary 10000110 0 1011001 0 1100100 100010 101111 101000000 1100100 11010

Color Harmonies of #860059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860059

Black with #860059

Text Example


Text Example

White with #860059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860059; }

 p { color: rgb(134,0,89); }

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

background-color css

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

 a { background-color: rgb(134,0,89); }

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

border-color css

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

 span { border-color: rgb(134,0,89); }

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