#860368

Color #860368 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #860368

Tints of Eggplant #860368

Color information

#860368 (or 0x860368) is unknown color: approx Eggplant. HEX triplet: 86, 03 and 68. RGB value is (134,3,104). Sum of RGB (Red+Green+Blue) = 134+3+104=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #860368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860368 is #79FC97. Grayscale: #353535. Windows color (decimal): -7994520 or 6816646. OLE color: 6816646.

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

Color convert

RGB1343104-
CMYK00.980.220.47
HSL313.74º95.62%26.86%-
HSV(B)313.74º97.76%52.55%-
XYZ12.366.1313.63-
YUV53.68156.4185.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 3 (1.56% from 255) = 1.24%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=55.60%
G=1.24%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134310400.980.220.47313.7495.6226.86
Hex86368062162F13a601b
Octal20631500142265747214033
Binary100001101111010000110001010110101111100111010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860368; }

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

 H1.HeaderClassName
 {
   color: #860368;
 }
 .AnyTagClassName
 {
   color: #860368;
 }
</style>
background-color css

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

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

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

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

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

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