#860367

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

Shades of Eggplant #860367

Tints of Eggplant #860367

Color information

#860367 (or 0x860367) is unknown color: approx Eggplant. HEX triplet: 86, 03 and 67. RGB value is (134,3,103). Sum of RGB (Red+Green+Blue) = 134+3+103=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #860367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860367 is #79FC98. Grayscale: #353535. Windows color (decimal): -7994521 or 6751110. OLE color: 6751110.

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

Color convert

RGB1343103-
CMYK00.980.230.47
HSL314.2º95.62%26.86%-
HSV(B)314.2º97.76%52.55%-
XYZ12.316.1113.36-
YUV53.57155.9185.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 3 (1.56% from 255) = 1.25%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=55.83%
G=1.25%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134310300.980.230.47314.295.6226.86
Hex86367062172F13a601b
Octal20631470142275747214033
Binary100001101111001110110001010111101111100111010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860367; }

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

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

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

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

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

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

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

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