Html Css Color HEX #860359 Eggplant

📋 copy color: '#860359'

red 134 ◦ green 3 ◦ blue 89

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

Shades of Eggplant #860359

Tints of Eggplant #860359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 59.29%
G = 1.33%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#860359 (or 0x860359) is known color: Eggplant. HEX triplet: 86, 03 and 59. RGB value is (134,3,89). Sum of RGB (Red+Green+Blue) = 134+3+89=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #860359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860359 is #79FCA6. Grayscale: #333333. Windows color (decimal): -7994535 or 5833606. OLE color: 5833606.

HSL color Cylindrical-coordinate representation of color #860359: hue angle of 320.61º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860359 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 3 89 -
CMYK 0 0.98 0.34 0.47
HSL 320.61º 0.96% 0.27% -
HSV(B) 320.61º 0.98% 0.53% -
XYZ 11.67 5.85 9.97 -
YUV 51.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 134 3 89 0 0.98 0.34 0.47 320.61 0.96 0.27
Hex 86 3 59 0 62 22 2F 141 60 1B
Octal 206 3 131 0 142 42 57 501 140 33
Binary 10000110 11 1011001 0 1100010 100010 101111 101000001 1100000 11011

Color Harmonies of #860359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860359

Black with #860359

Text Example


Text Example

White with #860359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860359; }

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

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

background-color css

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

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

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

border-color css

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

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

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