#860067

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

Shades of Eggplant #860067

Tints of Eggplant #860067

Color information

#860067 (or 0x860067) is unknown color: approx Eggplant. HEX triplet: 86, 00 and 67. RGB value is (134,0,103). Sum of RGB (Red+Green+Blue) = 134+0+103=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #860067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860067 is #79FF98. Grayscale: #333333. Windows color (decimal): -7995289 or 6750342. OLE color: 6750342.

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

Color convert

RGB1340103-
CMYK010.230.47
HSL313.88º100%26.27%-
HSV(B)313.88º100%52.55%-
XYZ12.286.0513.35-
YUV51.81156.89186.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=56.54%
G=0%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1340103010.230.47313.8810026.27
Hex86067064172F13a641a
Octal20601470144275747214432
Binary10000110011001110110010010111101111100111010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860067; }

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

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

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

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

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

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

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

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